#D84CD9

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

Shades of Free Speech Magenta #D84CD9

Tints of Free Speech Magenta #D84CD9

Color information

#D84CD9 (or 0xD84CD9) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4C and D9. RGB value is (216,76,217). Sum of RGB (Red+Green+Blue) = 216+76+217=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #D84CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CD9 is #27B326. Grayscale: #858585. Windows color (decimal): -2601767 or 14240984. OLE color: 14240984.

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

Color convert

RGB21676217-
CMYK0.000.6500.15
HSL299.57º64.98%57.45%-
HSV(B)299.57º64.98%85.1%-
XYZ43.4324.7868.14-
YUV133.93174.88186.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=42.44%
G=14.93%
B=42.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216762170.000.6500.15299.5764.9857.45
HexD84CD90410F12c4139
Octal330114331010101745410171
Binary1101100010011001101100101000001011111001011001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CD9; }

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

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

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

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

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

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

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

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