#D861D3

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

Shades of Free Speech Magenta #D861D3

Tints of Free Speech Magenta #D861D3

Color information

#D861D3 (or 0xD861D3) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 61 and D3. RGB value is (216,97,211). Sum of RGB (Red+Green+Blue) = 216+97+211=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D861D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861D3 is #279E2C. Grayscale: #919191. Windows color (decimal): -2596397 or 13853144. OLE color: 13853144.

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

Color convert

RGB21697211-
CMYK00.550.020.15
HSL302.52º60.41%61.37%-
HSV(B)302.52º55.09%84.71%-
XYZ44.3527.8564.67-
YUV145.58164.92178.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 97 (38.28% from 255) = 18.51%
BLUE value IS 211 (82.81% from 255) = 40.27%
R=41.22%
G=18.51%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169721100.550.020.15302.5260.4161.37
HexD861D30372F12f3c3d
Octal3301413230672174577475
Binary110110001100001110100110110111101111100101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D861D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D861D3; }

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

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

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

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

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

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

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

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