#D159DE

Color #D159DE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D159DE

Tints of Free Speech Magenta #D159DE

Color information

#D159DE (or 0xD159DE) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 59 and DE. RGB value is (209,89,222). Sum of RGB (Red+Green+Blue) = 209+89+222=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #D159DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D159DE is #2EA621. Grayscale: #8B8B8B. Windows color (decimal): -3057186 or 14571985. OLE color: 14571985.

HSL color Cylindrical-coordinate representation of color #D159DE: hue angle of 294.14º degrees, saturation: 0.67, 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 #D159DE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20989222-
CMYK0.060.6000.13
HSL294.14º66.83%60.98%-
HSV(B)294.14º59.91%87.06%-
XYZ43.0525.9771.85-
YUV140.04174.26177.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 89 (35.16% from 255) = 17.12%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=40.19%
G=17.12%
B=42.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209892220.060.6000.13294.1466.8360.98
HexD159DE63C0D126433d
Octal32113133667401544610375
Binary11010001101100111011110110111100011011001001101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D159DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D159DE; }

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

 H1.HeaderClassName
 {
   color: #D159DE;
 }
 .AnyTagClassName
 {
   color: #D159DE;
 }
</style>
background-color css

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

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

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

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

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

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