Html Css Color HEX #D84DCD Free Speech Magenta
📋 copy color: '#D84DCD'red 216 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #D84DCD
Tints of Free Speech Magenta #D84DCD
RGB
CMYK
RGB Variations
Color information
#D84DCD (or 0xD84DCD) is known color: Free Speech Magenta. HEX triplet: D8, 4D and CD. RGB value is (216,77,205). Sum of RGB (Red+Green+Blue) = 216+77+205=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DCD is #27B232. Grayscale: #848484. Windows color (decimal): -2601523 or 13454808. OLE color: 13454808.
HSL color Cylindrical-coordinate representation of color #D84DCD: hue angle of 304.75º 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 #D84DCD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 205 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.15 |
| HSL | 304.75º | 0.64% | 0.57% | - |
| HSV(B) | 304.75º | 0.64% | 0.85% | - |
| XYZ | 41.99 | 24.31 | 60.24 | - |
| YUV | 133.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 205 | 0 | 0.64 | 0.05 | 0.15 | 304.75 | 0.64 | 0.57 |
| Hex | D8 | 4D | CD | 0 | 40 | 5 | F | 131 | 40 | 39 |
| Octal | 330 | 115 | 315 | 0 | 100 | 5 | 17 | 461 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11001101 | 0 | 1000000 | 101 | 1111 | 100110001 | 1000000 | 111001 |
Color Harmonies of #D84DCD
Complementary color
Monochromatic Colors of #D84DCD
Black with #D84DCD
Text Example
Text Example
White with #D84DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DCD; }
p { color: rgb(216,77,205); }
H1.HeaderClassName
{
color: #D84DCD;
}
.AnyTagClassName
{
color: #D84DCD;
}
</style>
background-color css
<style>
a { background-color: #D84DCD; }
a { background-color: rgb(216,77,205); }
div.DivClassName
{
background-color: #D84DCD;
}
.BgClassName
{
background-color: #D84DCD;
}
</style>
border-color css
<style>
span { border-color: #D84DCD; }
span { border-color: rgb(216,77,205); }
td.TdClassName
{
border-color: #D84DCD;
}
.TagClassName
{
border-color: #D84DCD;
}
</style>