#D859D2

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

Shades of Free Speech Magenta #D859D2

Tints of Free Speech Magenta #D859D2

Color information

#D859D2 (or 0xD859D2) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 59 and D2. RGB value is (216,89,210). Sum of RGB (Red+Green+Blue) = 216+89+210=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D859D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859D2 is #27A62D. Grayscale: #8C8C8C. Windows color (decimal): -2598446 or 13785560. OLE color: 13785560.

HSL color Cylindrical-coordinate representation of color #D859D2: hue angle of 302.83º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859D2 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21689210-
CMYK00.590.030.15
HSL302.83º61.95%59.8%-
HSV(B)302.83º58.8%84.71%-
XYZ43.5226.463.77-
YUV140.77167.08181.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 89 (35.16% from 255) = 17.28%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=41.94%
G=17.28%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168921000.590.030.15302.8361.9559.8
HexD859D203B3F12f3e3c
Octal3301313220733174577674
Binary110110001011001110100100111011111111100101111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859D2; }

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

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

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

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

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

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

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

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