Html Css Color HEX #D253D8 Free Speech Magenta
📋 copy color: '#D253D8'red 210 ◦ green 83 ◦ blue 216
Shades of Free Speech Magenta #D253D8
Tints of Free Speech Magenta #D253D8
RGB
CMYK
RGB Variations
Color information
#D253D8 (or 0xD253D8) is known color: Free Speech Magenta. HEX triplet: D2, 53 and D8. RGB value is (210,83,216). Sum of RGB (Red+Green+Blue) = 210+83+216=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #D253D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253D8 is #2DAC27. Grayscale: #878787. Windows color (decimal): -2993192 or 14177234. OLE color: 14177234.
HSL color Cylindrical-coordinate representation of color #D253D8: hue angle of 297.29º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D253D8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 83 | 216 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.15 |
| HSL | 297.29º | 0.63% | 0.59% | - |
| HSV(B) | 297.29º | 0.62% | 0.85% | - |
| XYZ | 42.07 | 24.85 | 67.54 | - |
| YUV | 136.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 216 | 0.03 | 0.62 | 0 | 0.15 | 297.29 | 0.63 | 0.59 |
| Hex | D2 | 53 | D8 | 3 | 3E | 0 | F | 129 | 3F | 3B |
| Octal | 322 | 123 | 330 | 3 | 76 | 0 | 17 | 451 | 77 | 73 |
| Binary | 11010010 | 1010011 | 11011000 | 11 | 111110 | 0 | 1111 | 100101001 | 111111 | 111011 |
Color Harmonies of #D253D8
Complementary color
Monochromatic Colors of #D253D8
Black with #D253D8
Text Example
Text Example
White with #D253D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253D8; }
p { color: rgb(210,83,216); }
H1.HeaderClassName
{
color: #D253D8;
}
.AnyTagClassName
{
color: #D253D8;
}
</style>
background-color css
<style>
a { background-color: #D253D8; }
a { background-color: rgb(210,83,216); }
div.DivClassName
{
background-color: #D253D8;
}
.BgClassName
{
background-color: #D253D8;
}
</style>
border-color css
<style>
span { border-color: #D253D8; }
span { border-color: rgb(210,83,216); }
td.TdClassName
{
border-color: #D253D8;
}
.TagClassName
{
border-color: #D253D8;
}
</style>