Html Css Color HEX #D84DCE Free Speech Magenta
📋 copy color: '#D84DCE'red 216 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #D84DCE
Tints of Free Speech Magenta #D84DCE
RGB
CMYK
RGB Variations
Color information
#D84DCE (or 0xD84DCE) is known color: Free Speech Magenta. HEX triplet: D8, 4D and CE. RGB value is (216,77,206). Sum of RGB (Red+Green+Blue) = 216+77+206=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DCE is #27B231. Grayscale: #848484. Windows color (decimal): -2601522 or 13520344. OLE color: 13520344.
HSL color Cylindrical-coordinate representation of color #D84DCE: hue angle of 304.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DCE is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 206 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.15 |
| HSL | 304.32º | 0.64% | 0.57% | - |
| HSV(B) | 304.32º | 0.64% | 0.85% | - |
| XYZ | 42.11 | 24.36 | 60.88 | - |
| YUV | 133.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 206 | 0 | 0.64 | 0.05 | 0.15 | 304.32 | 0.64 | 0.57 |
| Hex | D8 | 4D | CE | 0 | 40 | 5 | F | 130 | 40 | 39 |
| Octal | 330 | 115 | 316 | 0 | 100 | 5 | 17 | 460 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11001110 | 0 | 1000000 | 101 | 1111 | 100110000 | 1000000 | 111001 |
Color Harmonies of #D84DCE
Complementary color
Monochromatic Colors of #D84DCE
Black with #D84DCE
Text Example
Text Example
White with #D84DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DCE; }
p { color: rgb(216,77,206); }
H1.HeaderClassName
{
color: #D84DCE;
}
.AnyTagClassName
{
color: #D84DCE;
}
</style>
background-color css
<style>
a { background-color: #D84DCE; }
a { background-color: rgb(216,77,206); }
div.DivClassName
{
background-color: #D84DCE;
}
.BgClassName
{
background-color: #D84DCE;
}
</style>
border-color css
<style>
span { border-color: #D84DCE; }
span { border-color: rgb(216,77,206); }
td.TdClassName
{
border-color: #D84DCE;
}
.TagClassName
{
border-color: #D84DCE;
}
</style>