Html Css Color HEX #D84EE5 Free Speech Magenta
📋 copy color: '#D84EE5'red 216 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #D84EE5
Tints of Free Speech Magenta #D84EE5
RGB
CMYK
RGB Variations
Color information
#D84EE5 (or 0xD84EE5) is known color: Free Speech Magenta. HEX triplet: D8, 4E and E5. RGB value is (216,78,229). Sum of RGB (Red+Green+Blue) = 216+78+229=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #D84EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EE5 is #27B11A. Grayscale: #888888. Windows color (decimal): -2601243 or 15027928. OLE color: 15027928.
HSL color Cylindrical-coordinate representation of color #D84EE5: hue angle of 294.83º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84EE5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 78 | 229 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.10 |
| HSL | 294.83º | 0.74% | 0.6% | - |
| HSV(B) | 294.83º | 0.66% | 0.9% | - |
| XYZ | 45.19 | 25.7 | 76.71 | - |
| YUV | 136.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 229 | 0.06 | 0.66 | 0 | 0.10 | 294.83 | 0.74 | 0.6 |
| Hex | D8 | 4E | E5 | 6 | 42 | 0 | A | 127 | 4A | 3C |
| Octal | 330 | 116 | 345 | 6 | 102 | 0 | 12 | 447 | 112 | 74 |
| Binary | 11011000 | 1001110 | 11100101 | 110 | 1000010 | 0 | 1010 | 100100111 | 1001010 | 111100 |
Color Harmonies of #D84EE5
Complementary color
Monochromatic Colors of #D84EE5
Black with #D84EE5
Text Example
Text Example
White with #D84EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EE5; }
p { color: rgb(216,78,229); }
H1.HeaderClassName
{
color: #D84EE5;
}
.AnyTagClassName
{
color: #D84EE5;
}
</style>
background-color css
<style>
a { background-color: #D84EE5; }
a { background-color: rgb(216,78,229); }
div.DivClassName
{
background-color: #D84EE5;
}
.BgClassName
{
background-color: #D84EE5;
}
</style>
border-color css
<style>
span { border-color: #D84EE5; }
span { border-color: rgb(216,78,229); }
td.TdClassName
{
border-color: #D84EE5;
}
.TagClassName
{
border-color: #D84EE5;
}
</style>