Html Css Color HEX #D159D6 Free Speech Magenta

📋 copy color: '#D159D6'

red 209 ◦ green 89 ◦ blue 214

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

Shades of Free Speech Magenta #D159D6

Tints of Free Speech Magenta #D159D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 40.82%
G = 17.38%
B = 41.8%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D159D6 (or 0xD159D6) is known color: Free Speech Magenta. HEX triplet: D1, 59 and D6. RGB value is (209,89,214). Sum of RGB (Red+Green+Blue) = 209+89+214=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #D159D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159D6 is #2EA629. Grayscale: #8A8A8A. Windows color (decimal): -3057194 or 14047697. OLE color: 14047697.

HSL color Cylindrical-coordinate representation of color #D159D6: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D159D6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 89 214 -
CMYK 0.02 0.58 0 0.16
HSL 297.6º 0.6% 0.59% -
HSV(B) 297.6º 0.58% 0.84% -
XYZ 42 25.56 66.34 -
YUV 139.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 209 89 214 0.02 0.58 0 0.16 297.6 0.6 0.59
Hex D1 59 D6 2 3A 0 10 12A 3C 3B
Octal 321 131 326 2 72 0 20 452 74 73
Binary 11010001 1011001 11010110 10 111010 0 10000 100101010 111100 111011

Color Harmonies of #D159D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159D6

Black with #D159D6

Text Example


Text Example

White with #D159D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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