Html Css Color HEX #D150D2 Free Speech Magenta

📋 copy color: '#D150D2'

red 209 ◦ green 80 ◦ blue 210

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

Shades of Free Speech Magenta #D150D2

Tints of Free Speech Magenta #D150D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 41.88%
G = 16.03%
B = 42.08%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D150D2 (or 0xD150D2) is known color: Free Speech Magenta. HEX triplet: D1, 50 and D2. RGB value is (209,80,210). Sum of RGB (Red+Green+Blue) = 209+80+210=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #D150D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150D2 is #2EAF2D. Grayscale: #858585. Windows color (decimal): -3059502 or 13783249. OLE color: 13783249.

HSL color Cylindrical-coordinate representation of color #D150D2: hue angle of 299.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150D2 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 210 -
CMYK 0.00 0.62 0 0.18
HSL 299.54º 0.59% 0.57% -
HSV(B) 299.54º 0.62% 0.82% -
XYZ 40.8 23.95 63.44 -
YUV 133.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 209 80 210 0.00 0.62 0 0.18 299.54 0.59 0.57
Hex D1 50 D2 0 3E 0 12 12C 3B 39
Octal 321 120 322 0 76 0 22 454 73 71
Binary 11010001 1010000 11010010 0 111110 0 10010 100101100 111011 111001

Color Harmonies of #D150D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150D2

Black with #D150D2

Text Example


Text Example

White with #D150D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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