Html Css Color HEX #D150DD Free Speech Magenta

📋 copy color: '#D150DD'

red 209 ◦ green 80 ◦ blue 221

#D150DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D150DD

Tints of Free Speech Magenta #D150DD

RGB

 RED value IS 209 (82.03% from 255) = 40.98%

 GREEN value IS 80 (31.64% from 255) = 15.69%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 40.98%
G = 15.69%
B = 43.33%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D150DD (or 0xD150DD) is known color: Free Speech Magenta. HEX triplet: D1, 50 and DD. RGB value is (209,80,221). Sum of RGB (Red+Green+Blue) = 209+80+221=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D150DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150DD is #2EAF22. Grayscale: #868686. Windows color (decimal): -3059491 or 14504145. OLE color: 14504145.

HSL color Cylindrical-coordinate representation of color #D150DD: hue angle of 294.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D150DD is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 80 221 -
CMYK 0.05 0.64 0 0.13
HSL 294.89º 0.67% 0.59% -
HSV(B) 294.89º 0.64% 0.87% -
XYZ 42.21 24.51 70.91 -
YUV 134.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 209 80 221 0.05 0.64 0 0.13 294.89 0.67 0.59
Hex D1 50 DD 5 40 0 D 127 43 3B
Octal 321 120 335 5 100 0 15 447 103 73
Binary 11010001 1010000 11011101 101 1000000 0 1101 100100111 1000011 111011

Color Harmonies of #D150DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150DD

Black with #D150DD

Text Example


Text Example

White with #D150DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150DD; }

 p { color: rgb(209,80,221); }

 H1.HeaderClassName
 {
   color: #D150DD;
 }
 .AnyTagClassName
 {
   color: #D150DD;
 }
</style>

background-color css

<style>
 a { background-color: #D150DD; }

 a { background-color: rgb(209,80,221); }

 div.DivClassName
 {
   background-color: #D150DD;
 }
 .BgClassName
 {
   background-color: #D150DD;
 }
</style>

border-color css

<style>
 span { border-color: #D150DD; }

 span { border-color: rgb(209,80,221); }

 td.TdClassName
 {
   border-color: #D150DD;
 }
 .TagClassName
 {
   border-color: #D150DD;
 }
</style>