Html Css Color HEX #D84DCF Free Speech Magenta
📋 copy color: '#D84DCF'red 216 ◦ green 77 ◦ blue 207
Shades of Free Speech Magenta #D84DCF
Tints of Free Speech Magenta #D84DCF
RGB
CMYK
RGB Variations
Color information
#D84DCF (or 0xD84DCF) is known color: Free Speech Magenta. HEX triplet: D8, 4D and CF. RGB value is (216,77,207). Sum of RGB (Red+Green+Blue) = 216+77+207=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DCF is #27B230. Grayscale: #858585. Windows color (decimal): -2601521 or 13585880. OLE color: 13585880.
HSL color Cylindrical-coordinate representation of color #D84DCF: hue angle of 303.88º 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 #D84DCF is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 207 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.15 |
| HSL | 303.88º | 0.64% | 0.57% | - |
| HSV(B) | 303.88º | 0.64% | 0.85% | - |
| XYZ | 42.24 | 24.41 | 61.52 | - |
| YUV | 133.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 207 | 0 | 0.64 | 0.04 | 0.15 | 303.88 | 0.64 | 0.57 |
| Hex | D8 | 4D | CF | 0 | 40 | 4 | F | 130 | 40 | 39 |
| Octal | 330 | 115 | 317 | 0 | 100 | 4 | 17 | 460 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11001111 | 0 | 1000000 | 100 | 1111 | 100110000 | 1000000 | 111001 |
Color Harmonies of #D84DCF
Complementary color
Monochromatic Colors of #D84DCF
Black with #D84DCF
Text Example
Text Example
White with #D84DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DCF; }
p { color: rgb(216,77,207); }
H1.HeaderClassName
{
color: #D84DCF;
}
.AnyTagClassName
{
color: #D84DCF;
}
</style>
background-color css
<style>
a { background-color: #D84DCF; }
a { background-color: rgb(216,77,207); }
div.DivClassName
{
background-color: #D84DCF;
}
.BgClassName
{
background-color: #D84DCF;
}
</style>
border-color css
<style>
span { border-color: #D84DCF; }
span { border-color: rgb(216,77,207); }
td.TdClassName
{
border-color: #D84DCF;
}
.TagClassName
{
border-color: #D84DCF;
}
</style>