Html Css Color HEX #D84ED0 Free Speech Magenta
📋 copy color: '#D84ED0'red 216 ◦ green 78 ◦ blue 208
Shades of Free Speech Magenta #D84ED0
Tints of Free Speech Magenta #D84ED0
RGB
CMYK
RGB Variations
Color information
#D84ED0 (or 0xD84ED0) is known color: Free Speech Magenta. HEX triplet: D8, 4E and D0. RGB value is (216,78,208). Sum of RGB (Red+Green+Blue) = 216+78+208=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84ED0 is #27B12F. Grayscale: #858585. Windows color (decimal): -2601264 or 13651672. OLE color: 13651672.
HSL color Cylindrical-coordinate representation of color #D84ED0: hue angle of 303.48º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84ED0 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 208 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.15 |
| HSL | 303.48º | 0.64% | 0.58% | - |
| HSV(B) | 303.48º | 0.64% | 0.85% | - |
| XYZ | 42.43 | 24.6 | 62.19 | - |
| YUV | 134.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 208 | 0 | 0.64 | 0.04 | 0.15 | 303.48 | 0.64 | 0.58 |
| Hex | D8 | 4E | D0 | 0 | 40 | 4 | F | 12F | 40 | 3A |
| Octal | 330 | 116 | 320 | 0 | 100 | 4 | 17 | 457 | 100 | 72 |
| Binary | 11011000 | 1001110 | 11010000 | 0 | 1000000 | 100 | 1111 | 100101111 | 1000000 | 111010 |
Color Harmonies of #D84ED0
Complementary color
Monochromatic Colors of #D84ED0
Black with #D84ED0
Text Example
Text Example
White with #D84ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84ED0; }
p { color: rgb(216,78,208); }
H1.HeaderClassName
{
color: #D84ED0;
}
.AnyTagClassName
{
color: #D84ED0;
}
</style>
background-color css
<style>
a { background-color: #D84ED0; }
a { background-color: rgb(216,78,208); }
div.DivClassName
{
background-color: #D84ED0;
}
.BgClassName
{
background-color: #D84ED0;
}
</style>
border-color css
<style>
span { border-color: #D84ED0; }
span { border-color: rgb(216,78,208); }
td.TdClassName
{
border-color: #D84ED0;
}
.TagClassName
{
border-color: #D84ED0;
}
</style>