Html Css Color HEX #D24EDE Free Speech Magenta
📋 copy color: '#D24EDE'red 210 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #D24EDE
Tints of Free Speech Magenta #D24EDE
RGB
CMYK
RGB Variations
Color information
#D24EDE (or 0xD24EDE) is known color: Free Speech Magenta. HEX triplet: D2, 4E and DE. RGB value is (210,78,222). Sum of RGB (Red+Green+Blue) = 210+78+222=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #D24EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EDE is #2DB121. Grayscale: #858585. Windows color (decimal): -2994466 or 14569170. OLE color: 14569170.
HSL color Cylindrical-coordinate representation of color #D24EDE: hue angle of 295º degrees, saturation: 0.69, 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 #D24EDE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 78 | 222 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.13 |
| HSL | 295º | 0.69% | 0.59% | - |
| HSV(B) | 295º | 0.65% | 0.87% | - |
| XYZ | 42.49 | 24.42 | 71.58 | - |
| YUV | 133.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 222 | 0.05 | 0.65 | 0 | 0.13 | 295 | 0.69 | 0.59 |
| Hex | D2 | 4E | DE | 5 | 41 | 0 | D | 127 | 45 | 3B |
| Octal | 322 | 116 | 336 | 5 | 101 | 0 | 15 | 447 | 105 | 73 |
| Binary | 11010010 | 1001110 | 11011110 | 101 | 1000001 | 0 | 1101 | 100100111 | 1000101 | 111011 |
Color Harmonies of #D24EDE
Complementary color
Monochromatic Colors of #D24EDE
Black with #D24EDE
Text Example
Text Example
White with #D24EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EDE; }
p { color: rgb(210,78,222); }
H1.HeaderClassName
{
color: #D24EDE;
}
.AnyTagClassName
{
color: #D24EDE;
}
</style>
background-color css
<style>
a { background-color: #D24EDE; }
a { background-color: rgb(210,78,222); }
div.DivClassName
{
background-color: #D24EDE;
}
.BgClassName
{
background-color: #D24EDE;
}
</style>
border-color css
<style>
span { border-color: #D24EDE; }
span { border-color: rgb(210,78,222); }
td.TdClassName
{
border-color: #D24EDE;
}
.TagClassName
{
border-color: #D24EDE;
}
</style>