#D859CC

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

Shades of Free Speech Magenta #D859CC

Tints of Free Speech Magenta #D859CC

Color information

#D859CC (or 0xD859CC) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 59 and CC. RGB value is (216,89,204). Sum of RGB (Red+Green+Blue) = 216+89+204=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D859CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859CC is #27A633. Grayscale: #8B8B8B. Windows color (decimal): -2598452 or 13392344. OLE color: 13392344.

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

Color convert

RGB21689204-
CMYK00.590.060.15
HSL305.67º61.95%59.8%-
HSV(B)305.67º58.8%84.71%-
XYZ42.7926.159.91-
YUV140.08164.08182.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 89 (35.16% from 255) = 17.49%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=42.44%
G=17.49%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168920400.590.060.15305.6761.9559.8
HexD859CC03B6F1323e3c
Octal3301313140736174627674
Binary1101100010110011100110001110111101111100110010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859CC; }

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

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

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

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

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

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

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

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