Html Css Color HEX #D159DD Free Speech Magenta

📋 copy color: '#D159DD'

red 209 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #D159DD

Tints of Free Speech Magenta #D159DD

RGB

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

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

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

R = 40.27%
G = 17.15%
B = 42.58%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D159DD (or 0xD159DD) is known color: Free Speech Magenta. HEX triplet: D1, 59 and DD. RGB value is (209,89,221). Sum of RGB (Red+Green+Blue) = 209+89+221=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #D159DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159DD is #2EA622. Grayscale: #8B8B8B. Windows color (decimal): -3057187 or 14506449. OLE color: 14506449.

HSL color Cylindrical-coordinate representation of color #D159DD: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D159DD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 89 221 -
CMYK 0.05 0.60 0 0.13
HSL 294.55º 0.66% 0.61% -
HSV(B) 294.55º 0.6% 0.87% -
XYZ 42.92 25.92 71.15 -
YUV 139.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 209 89 221 0.05 0.60 0 0.13 294.55 0.66 0.61
Hex D1 59 DD 5 3C 0 D 127 42 3D
Octal 321 131 335 5 74 0 15 447 102 75
Binary 11010001 1011001 11011101 101 111100 0 1101 100100111 1000010 111101

Color Harmonies of #D159DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159DD

Black with #D159DD

Text Example


Text Example

White with #D159DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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