Html Css Color HEX #D24ADA Free Speech Magenta
📋 copy color: '#D24ADA'red 210 ◦ green 74 ◦ blue 218
Shades of Free Speech Magenta #D24ADA
Tints of Free Speech Magenta #D24ADA
RGB
CMYK
RGB Variations
Color information
#D24ADA (or 0xD24ADA) is known color: Free Speech Magenta. HEX triplet: D2, 4A and DA. RGB value is (210,74,218). Sum of RGB (Red+Green+Blue) = 210+74+218=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #D24ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24ADA is #2DB525. Grayscale: #828282. Windows color (decimal): -2995494 or 14306002. OLE color: 14306002.
HSL color Cylindrical-coordinate representation of color #D24ADA: hue angle of 296.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24ADA is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 74 | 218 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.15 |
| HSL | 296.67º | 0.66% | 0.57% | - |
| HSV(B) | 296.67º | 0.66% | 0.85% | - |
| XYZ | 41.68 | 23.66 | 68.7 | - |
| YUV | 131.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 218 | 0.04 | 0.66 | 0 | 0.15 | 296.67 | 0.66 | 0.57 |
| Hex | D2 | 4A | DA | 4 | 42 | 0 | F | 129 | 42 | 39 |
| Octal | 322 | 112 | 332 | 4 | 102 | 0 | 17 | 451 | 102 | 71 |
| Binary | 11010010 | 1001010 | 11011010 | 100 | 1000010 | 0 | 1111 | 100101001 | 1000010 | 111001 |
Color Harmonies of #D24ADA
Complementary color
Monochromatic Colors of #D24ADA
Black with #D24ADA
Text Example
Text Example
White with #D24ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24ADA; }
p { color: rgb(210,74,218); }
H1.HeaderClassName
{
color: #D24ADA;
}
.AnyTagClassName
{
color: #D24ADA;
}
</style>
background-color css
<style>
a { background-color: #D24ADA; }
a { background-color: rgb(210,74,218); }
div.DivClassName
{
background-color: #D24ADA;
}
.BgClassName
{
background-color: #D24ADA;
}
</style>
border-color css
<style>
span { border-color: #D24ADA; }
span { border-color: rgb(210,74,218); }
td.TdClassName
{
border-color: #D24ADA;
}
.TagClassName
{
border-color: #D24ADA;
}
</style>