#D859D8

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

Shades of Free Speech Magenta #D859D8

Tints of Free Speech Magenta #D859D8

Color information

#D859D8 (or 0xD859D8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 59 and D8. RGB value is (216,89,216). Sum of RGB (Red+Green+Blue) = 216+89+216=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D859D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859D8 is #27A627. Grayscale: #8D8D8D. Windows color (decimal): -2598440 or 14178776. OLE color: 14178776.

HSL color Cylindrical-coordinate representation of color #D859D8: hue angle of 300º 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 #D859D8 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21689216-
CMYK00.5900.15
HSL300º61.95%59.8%-
HSV(B)300º58.8%84.71%-
XYZ44.2926.767.79-
YUV141.45170.08181.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 89 (35.16% from 255) = 17.08%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=41.46%
G=17.08%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168921600.5900.1530061.9559.8
HexD859D803B0F12c3e3c
Octal3301313300730174547674
Binary11011000101100111011000011101101111100101100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859D8; }

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

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

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

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

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

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

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

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