Html Css Color HEX #D84ECD Free Speech Magenta
📋 copy color: '#D84ECD'red 216 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #D84ECD
Tints of Free Speech Magenta #D84ECD
RGB
CMYK
RGB Variations
Color information
#D84ECD (or 0xD84ECD) is known color: Free Speech Magenta. HEX triplet: D8, 4E and CD. RGB value is (216,78,205). Sum of RGB (Red+Green+Blue) = 216+78+205=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D84ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84ECD is #27B132. Grayscale: #858585. Windows color (decimal): -2601267 or 13455064. OLE color: 13455064.
HSL color Cylindrical-coordinate representation of color #D84ECD: hue angle of 304.78º 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 #D84ECD is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 205 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.15 |
| HSL | 304.78º | 0.64% | 0.58% | - |
| HSV(B) | 304.78º | 0.64% | 0.85% | - |
| XYZ | 42.06 | 24.46 | 60.26 | - |
| YUV | 133.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 205 | 0 | 0.64 | 0.05 | 0.15 | 304.78 | 0.64 | 0.58 |
| Hex | D8 | 4E | CD | 0 | 40 | 5 | F | 131 | 40 | 3A |
| Octal | 330 | 116 | 315 | 0 | 100 | 5 | 17 | 461 | 100 | 72 |
| Binary | 11011000 | 1001110 | 11001101 | 0 | 1000000 | 101 | 1111 | 100110001 | 1000000 | 111010 |
Color Harmonies of #D84ECD
Complementary color
Monochromatic Colors of #D84ECD
Black with #D84ECD
Text Example
Text Example
White with #D84ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84ECD; }
p { color: rgb(216,78,205); }
H1.HeaderClassName
{
color: #D84ECD;
}
.AnyTagClassName
{
color: #D84ECD;
}
</style>
background-color css
<style>
a { background-color: #D84ECD; }
a { background-color: rgb(216,78,205); }
div.DivClassName
{
background-color: #D84ECD;
}
.BgClassName
{
background-color: #D84ECD;
}
</style>
border-color css
<style>
span { border-color: #D84ECD; }
span { border-color: rgb(216,78,205); }
td.TdClassName
{
border-color: #D84ECD;
}
.TagClassName
{
border-color: #D84ECD;
}
</style>