Html Css Color HEX #D84EC9 Free Speech Magenta
📋 copy color: '#D84EC9'red 216 ◦ green 78 ◦ blue 201
Shades of Free Speech Magenta #D84EC9
Tints of Free Speech Magenta #D84EC9
RGB
CMYK
RGB Variations
Color information
#D84EC9 (or 0xD84EC9) is known color: Free Speech Magenta. HEX triplet: D8, 4E and C9. RGB value is (216,78,201). Sum of RGB (Red+Green+Blue) = 216+78+201=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EC9 is #27B136. Grayscale: #848484. Windows color (decimal): -2601271 or 13192920. OLE color: 13192920.
HSL color Cylindrical-coordinate representation of color #D84EC9: hue angle of 306.52º 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 #D84EC9 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 201 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.15 |
| HSL | 306.52º | 0.64% | 0.58% | - |
| HSV(B) | 306.52º | 0.64% | 0.85% | - |
| XYZ | 41.59 | 24.26 | 57.75 | - |
| YUV | 133.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 201 | 0 | 0.64 | 0.07 | 0.15 | 306.52 | 0.64 | 0.58 |
| Hex | D8 | 4E | C9 | 0 | 40 | 7 | F | 133 | 40 | 3A |
| Octal | 330 | 116 | 311 | 0 | 100 | 7 | 17 | 463 | 100 | 72 |
| Binary | 11011000 | 1001110 | 11001001 | 0 | 1000000 | 111 | 1111 | 100110011 | 1000000 | 111010 |
Color Harmonies of #D84EC9
Complementary color
Monochromatic Colors of #D84EC9
Black with #D84EC9
Text Example
Text Example
White with #D84EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EC9; }
p { color: rgb(216,78,201); }
H1.HeaderClassName
{
color: #D84EC9;
}
.AnyTagClassName
{
color: #D84EC9;
}
</style>
background-color css
<style>
a { background-color: #D84EC9; }
a { background-color: rgb(216,78,201); }
div.DivClassName
{
background-color: #D84EC9;
}
.BgClassName
{
background-color: #D84EC9;
}
</style>
border-color css
<style>
span { border-color: #D84EC9; }
span { border-color: rgb(216,78,201); }
td.TdClassName
{
border-color: #D84EC9;
}
.TagClassName
{
border-color: #D84EC9;
}
</style>