Html Css Color HEX #D24DD2 Free Speech Magenta
📋 copy color: '#D24DD2'red 210 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #D24DD2
Tints of Free Speech Magenta #D24DD2
RGB
CMYK
RGB Variations
Color information
#D24DD2 (or 0xD24DD2) is known color: Free Speech Magenta. HEX triplet: D2, 4D and D2. RGB value is (210,77,210). Sum of RGB (Red+Green+Blue) = 210+77+210=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D24DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DD2 is #2DB22D. Grayscale: #838383. Windows color (decimal): -2994734 or 13782482. OLE color: 13782482.
HSL color Cylindrical-coordinate representation of color #D24DD2: hue angle of 300º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DD2 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 210 | - |
| CMYK | 0 | 0.63 | 0 | 0.18 |
| HSL | 300º | 0.6% | 0.56% | - |
| HSV(B) | 300º | 0.63% | 0.82% | - |
| XYZ | 40.87 | 23.66 | 63.39 | - |
| YUV | 131.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 210 | 0 | 0.63 | 0 | 0.18 | 300 | 0.6 | 0.56 |
| Hex | D2 | 4D | D2 | 0 | 3F | 0 | 12 | 12C | 3C | 38 |
| Octal | 322 | 115 | 322 | 0 | 77 | 0 | 22 | 454 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11010010 | 0 | 111111 | 0 | 10010 | 100101100 | 111100 | 111000 |
Color Harmonies of #D24DD2
Complementary color
Monochromatic Colors of #D24DD2
Black with #D24DD2
Text Example
Text Example
White with #D24DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DD2; }
p { color: rgb(210,77,210); }
H1.HeaderClassName
{
color: #D24DD2;
}
.AnyTagClassName
{
color: #D24DD2;
}
</style>
background-color css
<style>
a { background-color: #D24DD2; }
a { background-color: rgb(210,77,210); }
div.DivClassName
{
background-color: #D24DD2;
}
.BgClassName
{
background-color: #D24DD2;
}
</style>
border-color css
<style>
span { border-color: #D24DD2; }
span { border-color: rgb(210,77,210); }
td.TdClassName
{
border-color: #D24DD2;
}
.TagClassName
{
border-color: #D24DD2;
}
</style>