Html Css Color HEX #D159E2 Free Speech Magenta

📋 copy color: '#D159E2'

red 209 ◦ green 89 ◦ blue 226

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

Shades of Free Speech Magenta #D159E2

Tints of Free Speech Magenta #D159E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 39.89%
G = 16.98%
B = 43.13%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D159E2 (or 0xD159E2) is known color: Free Speech Magenta. HEX triplet: D1, 59 and E2. RGB value is (209,89,226). Sum of RGB (Red+Green+Blue) = 209+89+226=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #D159E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159E2 is #2EA61D. Grayscale: #8C8C8C. Windows color (decimal): -3057182 or 14834129. OLE color: 14834129.

HSL color Cylindrical-coordinate representation of color #D159E2: hue angle of 292.55º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D159E2 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 89 226 -
CMYK 0.08 0.61 0 0.11
HSL 292.55º 0.7% 0.62% -
HSV(B) 292.55º 0.61% 0.89% -
XYZ 43.59 26.19 74.71 -
YUV 140.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 209 89 226 0.08 0.61 0 0.11 292.55 0.7 0.62
Hex D1 59 E2 8 3D 0 B 125 46 3E
Octal 321 131 342 10 75 0 13 445 106 76
Binary 11010001 1011001 11100010 1000 111101 0 1011 100100101 1000110 111110

Color Harmonies of #D159E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D159E2

Black with #D159E2

Text Example


Text Example

White with #D159E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D159E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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