#D861D9

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

Shades of Free Speech Magenta #D861D9

Tints of Free Speech Magenta #D861D9

Color information

#D861D9 (or 0xD861D9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 61 and D9. RGB value is (216,97,217). Sum of RGB (Red+Green+Blue) = 216+97+217=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #D861D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861D9 is #279E26. Grayscale: #919191. Windows color (decimal): -2596391 or 14246360. OLE color: 14246360.

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

Color convert

RGB21697217-
CMYK0.000.5500.15
HSL299.5º61.22%61.57%-
HSV(B)299.5º55.3%85.1%-
XYZ45.1228.1668.7-
YUV146.26167.92177.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=40.75%
G=18.30%
B=40.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216972170.000.5500.15299.561.2261.57
HexD861D90370F12c3d3e
Octal3301413310670174547576
Binary11011000110000111011001011011101111100101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861D9; }

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

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

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

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

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

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

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

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