#D861C9

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

Shades of Free Speech Magenta #D861C9

Tints of Free Speech Magenta #D861C9

Color information

#D861C9 (or 0xD861C9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 61 and C9. RGB value is (216,97,201). Sum of RGB (Red+Green+Blue) = 216+97+201=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D861C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861C9 is #279E36. Grayscale: #909090. Windows color (decimal): -2596407 or 13197784. OLE color: 13197784.

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

Color convert

RGB21697201-
CMYK00.550.070.15
HSL307.56º60.41%61.37%-
HSV(B)307.56º55.09%84.71%-
XYZ43.1427.3758.27-
YUV144.44159.92179.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=42.02%
G=18.87%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169720100.550.070.15307.5660.4161.37
HexD861C90377F1343c3d
Octal3301413110677174647475
Binary1101100011000011100100101101111111111100110100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861C9; }

 p { color: rgb(216,97,201); }

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

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

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

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

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

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

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