Html Css Color HEX #D24DDF Free Speech Magenta
📋 copy color: '#D24DDF'red 210 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #D24DDF
Tints of Free Speech Magenta #D24DDF
RGB
CMYK
RGB Variations
Color information
#D24DDF (or 0xD24DDF) is known color: Free Speech Magenta. HEX triplet: D2, 4D and DF. RGB value is (210,77,223). Sum of RGB (Red+Green+Blue) = 210+77+223=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #D24DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DDF is #2DB220. Grayscale: #848484. Windows color (decimal): -2994721 or 14634450. OLE color: 14634450.
HSL color Cylindrical-coordinate representation of color #D24DDF: hue angle of 294.66º degrees, saturation: 0.7, 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 #D24DDF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 77 | 223 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.13 |
| HSL | 294.66º | 0.7% | 0.59% | - |
| HSV(B) | 294.66º | 0.65% | 0.87% | - |
| XYZ | 42.55 | 24.34 | 72.27 | - |
| YUV | 133.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 223 | 0.06 | 0.65 | 0 | 0.13 | 294.66 | 0.7 | 0.59 |
| Hex | D2 | 4D | DF | 6 | 41 | 0 | D | 127 | 46 | 3B |
| Octal | 322 | 115 | 337 | 6 | 101 | 0 | 15 | 447 | 106 | 73 |
| Binary | 11010010 | 1001101 | 11011111 | 110 | 1000001 | 0 | 1101 | 100100111 | 1000110 | 111011 |
Color Harmonies of #D24DDF
Complementary color
Monochromatic Colors of #D24DDF
Black with #D24DDF
Text Example
Text Example
White with #D24DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DDF; }
p { color: rgb(210,77,223); }
H1.HeaderClassName
{
color: #D24DDF;
}
.AnyTagClassName
{
color: #D24DDF;
}
</style>
background-color css
<style>
a { background-color: #D24DDF; }
a { background-color: rgb(210,77,223); }
div.DivClassName
{
background-color: #D24DDF;
}
.BgClassName
{
background-color: #D24DDF;
}
</style>
border-color css
<style>
span { border-color: #D24DDF; }
span { border-color: rgb(210,77,223); }
td.TdClassName
{
border-color: #D24DDF;
}
.TagClassName
{
border-color: #D24DDF;
}
</style>