#D861C6

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

Shades of Free Speech Magenta #D861C6

Tints of Free Speech Magenta #D861C6

Color information

#D861C6 (or 0xD861C6) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 61 and C6. RGB value is (216,97,198). Sum of RGB (Red+Green+Blue) = 216+97+198=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D861C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861C6 is #279E39. Grayscale: #8F8F8F. Windows color (decimal): -2596410 or 13001176. OLE color: 13001176.

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

Color convert

RGB21697198-
CMYK00.550.080.15
HSL309.08º60.41%61.37%-
HSV(B)309.08º55.09%84.71%-
XYZ42.7927.2356.43-
YUV144.1158.42179.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=42.27%
G=18.98%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169719800.550.080.15309.0860.4161.37
HexD861C60378F1353c3d
Octal33014130606710174657475
Binary11011000110000111000110011011110001111100110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861C6; }

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

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

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

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

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

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

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

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