#D859DF

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

Shades of Free Speech Magenta #D859DF

Tints of Free Speech Magenta #D859DF

Color information

#D859DF (or 0xD859DF) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 59 and DF. RGB value is (216,89,223). Sum of RGB (Red+Green+Blue) = 216+89+223=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D859DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859DF is #27A620. Grayscale: #8D8D8D. Windows color (decimal): -2598433 or 14637528. OLE color: 14637528.

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

Color convert

RGB21689223-
CMYK0.030.6000.13
HSL296.87º67.68%61.18%-
HSV(B)296.87º60.09%87.45%-
XYZ45.2127.0772.65-
YUV142.25173.58180.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 89 (35.16% from 255) = 16.86%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=40.91%
G=16.86%
B=42.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216892230.030.6000.13296.8767.6861.18
HexD859DF33C0D129443d
Octal33013133737401545110475
Binary1101100010110011101111111111100011011001010011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859DF; }

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

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

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

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

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

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

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

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