Html Css Color HEX #D84CC8 Free Speech Magenta
📋 copy color: '#D84CC8'red 216 ◦ green 76 ◦ blue 200
Shades of Free Speech Magenta #D84CC8
Tints of Free Speech Magenta #D84CC8
RGB
CMYK
RGB Variations
Color information
#D84CC8 (or 0xD84CC8) is known color: Free Speech Magenta. HEX triplet: D8, 4C and C8. RGB value is (216,76,200). Sum of RGB (Red+Green+Blue) = 216+76+200=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC8 is #27B337. Grayscale: #838383. Windows color (decimal): -2601784 or 13126872. OLE color: 13126872.
HSL color Cylindrical-coordinate representation of color #D84CC8: hue angle of 306.86º degrees, saturation: 0.64, 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 #D84CC8 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 200 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.15 |
| HSL | 306.86º | 0.64% | 0.57% | - |
| HSV(B) | 306.86º | 0.65% | 0.85% | - |
| XYZ | 41.33 | 23.94 | 57.09 | - |
| YUV | 132 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 200 | 0 | 0.65 | 0.07 | 0.15 | 306.86 | 0.64 | 0.57 |
| Hex | D8 | 4C | C8 | 0 | 41 | 7 | F | 133 | 40 | 39 |
| Octal | 330 | 114 | 310 | 0 | 101 | 7 | 17 | 463 | 100 | 71 |
| Binary | 11011000 | 1001100 | 11001000 | 0 | 1000001 | 111 | 1111 | 100110011 | 1000000 | 111001 |
Color Harmonies of #D84CC8
Complementary color
Monochromatic Colors of #D84CC8
Black with #D84CC8
Text Example
Text Example
White with #D84CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CC8; }
p { color: rgb(216,76,200); }
H1.HeaderClassName
{
color: #D84CC8;
}
.AnyTagClassName
{
color: #D84CC8;
}
</style>
background-color css
<style>
a { background-color: #D84CC8; }
a { background-color: rgb(216,76,200); }
div.DivClassName
{
background-color: #D84CC8;
}
.BgClassName
{
background-color: #D84CC8;
}
</style>
border-color css
<style>
span { border-color: #D84CC8; }
span { border-color: rgb(216,76,200); }
td.TdClassName
{
border-color: #D84CC8;
}
.TagClassName
{
border-color: #D84CC8;
}
</style>