Html Css Color HEX #D84DED Free Speech Magenta
📋 copy color: '#D84DED'red 216 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #D84DED
Tints of Free Speech Magenta #D84DED
RGB
CMYK
RGB Variations
Color information
#D84DED (or 0xD84DED) is known color: Free Speech Magenta. HEX triplet: D8, 4D and ED. RGB value is (216,77,237). Sum of RGB (Red+Green+Blue) = 216+77+237=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #D84DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D84DED is #27B212. Grayscale: #888888. Windows color (decimal): -2601491 or 15551960. OLE color: 15551960.
HSL color Cylindrical-coordinate representation of color #D84DED: hue angle of 292.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84DED is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 77 | 237 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.07 |
| HSL | 292.13º | 0.82% | 0.62% | - |
| HSV(B) | 292.13º | 0.68% | 0.93% | - |
| XYZ | 46.26 | 26.02 | 82.71 | - |
| YUV | 136.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 237 | 0.09 | 0.68 | 0 | 0.07 | 292.13 | 0.82 | 0.62 |
| Hex | D8 | 4D | ED | 9 | 44 | 0 | 7 | 124 | 52 | 3E |
| Octal | 330 | 115 | 355 | 11 | 104 | 0 | 7 | 444 | 122 | 76 |
| Binary | 11011000 | 1001101 | 11101101 | 1001 | 1000100 | 0 | 111 | 100100100 | 1010010 | 111110 |
Color Harmonies of #D84DED
Complementary color
Monochromatic Colors of #D84DED
Black with #D84DED
Text Example
Text Example
White with #D84DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DED; }
p { color: rgb(216,77,237); }
H1.HeaderClassName
{
color: #D84DED;
}
.AnyTagClassName
{
color: #D84DED;
}
</style>
background-color css
<style>
a { background-color: #D84DED; }
a { background-color: rgb(216,77,237); }
div.DivClassName
{
background-color: #D84DED;
}
.BgClassName
{
background-color: #D84DED;
}
</style>
border-color css
<style>
span { border-color: #D84DED; }
span { border-color: rgb(216,77,237); }
td.TdClassName
{
border-color: #D84DED;
}
.TagClassName
{
border-color: #D84DED;
}
</style>