Html Css Color HEX #D159D2 Free Speech Magenta

📋 copy color: '#D159D2'

red 209 ◦ green 89 ◦ blue 210

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

Shades of Free Speech Magenta #D159D2

Tints of Free Speech Magenta #D159D2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.52%

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

R = 41.14%
G = 17.52%
B = 41.34%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D159D2 (or 0xD159D2) is known color: Free Speech Magenta. HEX triplet: D1, 59 and D2. RGB value is (209,89,210). Sum of RGB (Red+Green+Blue) = 209+89+210=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #D159D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159D2 is #2EA62D. Grayscale: #8A8A8A. Windows color (decimal): -3057198 or 13785553. OLE color: 13785553.

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

Color convert

RGB 209 89 210 -
CMYK 0.00 0.58 0 0.18
HSL 299.5º 0.57% 0.59% -
HSV(B) 299.5º 0.58% 0.82% -
XYZ 41.5 25.35 63.68 -
YUV 138.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 209 89 210 0.00 0.58 0 0.18 299.5 0.57 0.59
Hex D1 59 D2 0 3A 0 12 12C 39 3B
Octal 321 131 322 0 72 0 22 454 71 73
Binary 11010001 1011001 11010010 0 111010 0 10010 100101100 111001 111011

Color Harmonies of #D159D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159D2

Black with #D159D2

Text Example


Text Example

White with #D159D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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