#D859C6

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

Shades of Free Speech Magenta #D859C6

Tints of Free Speech Magenta #D859C6

Color information

#D859C6 (or 0xD859C6) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 59 and C6. RGB value is (216,89,198). Sum of RGB (Red+Green+Blue) = 216+89+198=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D859C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859C6 is #27A639. Grayscale: #8B8B8B. Windows color (decimal): -2598458 or 12999128. OLE color: 12999128.

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

Color convert

RGB21689198-
CMYK00.590.080.15
HSL308.5º61.95%59.8%-
HSV(B)308.5º58.8%84.71%-
XYZ42.0825.8256.19-
YUV139.4161.08182.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=42.94%
G=17.69%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168919800.590.080.15308.561.9559.8
HexD859C603B8F1353e3c
Octal33013130607310174657674
Binary11011000101100111000110011101110001111100110101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859C6; }

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

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

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

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

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

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

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

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