Html Css Color HEX #D24ED8 Free Speech Magenta
📋 copy color: '#D24ED8'red 210 ◦ green 78 ◦ blue 216
Shades of Free Speech Magenta #D24ED8
Tints of Free Speech Magenta #D24ED8
RGB
CMYK
RGB Variations
Color information
#D24ED8 (or 0xD24ED8) is known color: Free Speech Magenta. HEX triplet: D2, 4E and D8. RGB value is (210,78,216). Sum of RGB (Red+Green+Blue) = 210+78+216=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #D24ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24ED8 is #2DB127. Grayscale: #848484. Windows color (decimal): -2994472 or 14175954. OLE color: 14175954.
HSL color Cylindrical-coordinate representation of color #D24ED8: hue angle of 297.39º 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 #D24ED8 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 78 | 216 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.15 |
| HSL | 297.39º | 0.64% | 0.58% | - |
| HSV(B) | 297.39º | 0.64% | 0.85% | - |
| XYZ | 41.7 | 24.11 | 67.42 | - |
| YUV | 133.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 216 | 0.03 | 0.64 | 0 | 0.15 | 297.39 | 0.64 | 0.58 |
| Hex | D2 | 4E | D8 | 3 | 40 | 0 | F | 129 | 40 | 3A |
| Octal | 322 | 116 | 330 | 3 | 100 | 0 | 17 | 451 | 100 | 72 |
| Binary | 11010010 | 1001110 | 11011000 | 11 | 1000000 | 0 | 1111 | 100101001 | 1000000 | 111010 |
Color Harmonies of #D24ED8
Complementary color
Monochromatic Colors of #D24ED8
Black with #D24ED8
Text Example
Text Example
White with #D24ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ED8; }
p { color: rgb(210,78,216); }
H1.HeaderClassName
{
color: #D24ED8;
}
.AnyTagClassName
{
color: #D24ED8;
}
</style>
background-color css
<style>
a { background-color: #D24ED8; }
a { background-color: rgb(210,78,216); }
div.DivClassName
{
background-color: #D24ED8;
}
.BgClassName
{
background-color: #D24ED8;
}
</style>
border-color css
<style>
span { border-color: #D24ED8; }
span { border-color: rgb(210,78,216); }
td.TdClassName
{
border-color: #D24ED8;
}
.TagClassName
{
border-color: #D24ED8;
}
</style>