Html Css Color HEX #D24CDD Free Speech Magenta
📋 copy color: '#D24CDD'red 210 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #D24CDD
Tints of Free Speech Magenta #D24CDD
RGB
CMYK
RGB Variations
Color information
#D24CDD (or 0xD24CDD) is known color: Free Speech Magenta. HEX triplet: D2, 4C and DD. RGB value is (210,76,221). Sum of RGB (Red+Green+Blue) = 210+76+221=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D24CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CDD is #2DB322. Grayscale: #848484. Windows color (decimal): -2994979 or 14503122. OLE color: 14503122.
HSL color Cylindrical-coordinate representation of color #D24CDD: hue angle of 295.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24CDD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 76 | 221 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.13 |
| HSL | 295.45º | 0.68% | 0.58% | - |
| HSV(B) | 295.45º | 0.66% | 0.87% | - |
| XYZ | 42.21 | 24.09 | 70.83 | - |
| YUV | 132.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 221 | 0.05 | 0.66 | 0 | 0.13 | 295.45 | 0.68 | 0.58 |
| Hex | D2 | 4C | DD | 5 | 42 | 0 | D | 127 | 44 | 3A |
| Octal | 322 | 114 | 335 | 5 | 102 | 0 | 15 | 447 | 104 | 72 |
| Binary | 11010010 | 1001100 | 11011101 | 101 | 1000010 | 0 | 1101 | 100100111 | 1000100 | 111010 |
Color Harmonies of #D24CDD
Complementary color
Monochromatic Colors of #D24CDD
Black with #D24CDD
Text Example
Text Example
White with #D24CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CDD; }
p { color: rgb(210,76,221); }
H1.HeaderClassName
{
color: #D24CDD;
}
.AnyTagClassName
{
color: #D24CDD;
}
</style>
background-color css
<style>
a { background-color: #D24CDD; }
a { background-color: rgb(210,76,221); }
div.DivClassName
{
background-color: #D24CDD;
}
.BgClassName
{
background-color: #D24CDD;
}
</style>
border-color css
<style>
span { border-color: #D24CDD; }
span { border-color: rgb(210,76,221); }
td.TdClassName
{
border-color: #D24CDD;
}
.TagClassName
{
border-color: #D24CDD;
}
</style>