Html Css Color HEX #D24AD9 Free Speech Magenta
📋 copy color: '#D24AD9'red 210 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #D24AD9
Tints of Free Speech Magenta #D24AD9
RGB
CMYK
RGB Variations
Color information
#D24AD9 (or 0xD24AD9) is known color: Free Speech Magenta. HEX triplet: D2, 4A and D9. RGB value is (210,74,217). Sum of RGB (Red+Green+Blue) = 210+74+217=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #D24AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AD9 is #2DB526. Grayscale: #828282. Windows color (decimal): -2995495 or 14240466. OLE color: 14240466.
HSL color Cylindrical-coordinate representation of color #D24AD9: hue angle of 297.06º degrees, saturation: 0.65, 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 #D24AD9 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 74 | 217 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.15 |
| HSL | 297.06º | 0.65% | 0.57% | - |
| HSV(B) | 297.06º | 0.66% | 0.85% | - |
| XYZ | 41.55 | 23.61 | 68.01 | - |
| YUV | 130.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 217 | 0.03 | 0.66 | 0 | 0.15 | 297.06 | 0.65 | 0.57 |
| Hex | D2 | 4A | D9 | 3 | 42 | 0 | F | 129 | 41 | 39 |
| Octal | 322 | 112 | 331 | 3 | 102 | 0 | 17 | 451 | 101 | 71 |
| Binary | 11010010 | 1001010 | 11011001 | 11 | 1000010 | 0 | 1111 | 100101001 | 1000001 | 111001 |
Color Harmonies of #D24AD9
Complementary color
Monochromatic Colors of #D24AD9
Black with #D24AD9
Text Example
Text Example
White with #D24AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AD9; }
p { color: rgb(210,74,217); }
H1.HeaderClassName
{
color: #D24AD9;
}
.AnyTagClassName
{
color: #D24AD9;
}
</style>
background-color css
<style>
a { background-color: #D24AD9; }
a { background-color: rgb(210,74,217); }
div.DivClassName
{
background-color: #D24AD9;
}
.BgClassName
{
background-color: #D24AD9;
}
</style>
border-color css
<style>
span { border-color: #D24AD9; }
span { border-color: rgb(210,74,217); }
td.TdClassName
{
border-color: #D24AD9;
}
.TagClassName
{
border-color: #D24AD9;
}
</style>