Html Css Color HEX #D24EDD Free Speech Magenta
📋 copy color: '#D24EDD'red 210 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #D24EDD
Tints of Free Speech Magenta #D24EDD
RGB
CMYK
RGB Variations
Color information
#D24EDD (or 0xD24EDD) is known color: Free Speech Magenta. HEX triplet: D2, 4E and DD. RGB value is (210,78,221). Sum of RGB (Red+Green+Blue) = 210+78+221=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #D24EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EDD is #2DB122. Grayscale: #858585. Windows color (decimal): -2994467 or 14503634. OLE color: 14503634.
HSL color Cylindrical-coordinate representation of color #D24EDD: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24EDD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 78 | 221 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.13 |
| HSL | 295.38º | 0.68% | 0.59% | - |
| HSV(B) | 295.38º | 0.65% | 0.87% | - |
| XYZ | 42.35 | 24.37 | 70.88 | - |
| YUV | 133.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 221 | 0.05 | 0.65 | 0 | 0.13 | 295.38 | 0.68 | 0.59 |
| Hex | D2 | 4E | DD | 5 | 41 | 0 | D | 127 | 44 | 3B |
| Octal | 322 | 116 | 335 | 5 | 101 | 0 | 15 | 447 | 104 | 73 |
| Binary | 11010010 | 1001110 | 11011101 | 101 | 1000001 | 0 | 1101 | 100100111 | 1000100 | 111011 |
Color Harmonies of #D24EDD
Complementary color
Monochromatic Colors of #D24EDD
Black with #D24EDD
Text Example
Text Example
White with #D24EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EDD; }
p { color: rgb(210,78,221); }
H1.HeaderClassName
{
color: #D24EDD;
}
.AnyTagClassName
{
color: #D24EDD;
}
</style>
background-color css
<style>
a { background-color: #D24EDD; }
a { background-color: rgb(210,78,221); }
div.DivClassName
{
background-color: #D24EDD;
}
.BgClassName
{
background-color: #D24EDD;
}
</style>
border-color css
<style>
span { border-color: #D24EDD; }
span { border-color: rgb(210,78,221); }
td.TdClassName
{
border-color: #D24EDD;
}
.TagClassName
{
border-color: #D24EDD;
}
</style>