Html Css Color HEX #D253DD Free Speech Magenta
📋 copy color: '#D253DD'red 210 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #D253DD
Tints of Free Speech Magenta #D253DD
RGB
CMYK
RGB Variations
Color information
#D253DD (or 0xD253DD) is known color: Free Speech Magenta. HEX triplet: D2, 53 and DD. RGB value is (210,83,221). Sum of RGB (Red+Green+Blue) = 210+83+221=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #D253DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253DD is #2DAC22. Grayscale: #888888. Windows color (decimal): -2993187 or 14504914. OLE color: 14504914.
HSL color Cylindrical-coordinate representation of color #D253DD: hue angle of 295.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D253DD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 83 | 221 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.13 |
| HSL | 295.22º | 0.67% | 0.6% | - |
| HSV(B) | 295.22º | 0.62% | 0.87% | - |
| XYZ | 42.72 | 25.11 | 71 | - |
| YUV | 136.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 221 | 0.05 | 0.62 | 0 | 0.13 | 295.22 | 0.67 | 0.6 |
| Hex | D2 | 53 | DD | 5 | 3E | 0 | D | 127 | 43 | 3C |
| Octal | 322 | 123 | 335 | 5 | 76 | 0 | 15 | 447 | 103 | 74 |
| Binary | 11010010 | 1010011 | 11011101 | 101 | 111110 | 0 | 1101 | 100100111 | 1000011 | 111100 |
Color Harmonies of #D253DD
Complementary color
Monochromatic Colors of #D253DD
Black with #D253DD
Text Example
Text Example
White with #D253DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253DD; }
p { color: rgb(210,83,221); }
H1.HeaderClassName
{
color: #D253DD;
}
.AnyTagClassName
{
color: #D253DD;
}
</style>
background-color css
<style>
a { background-color: #D253DD; }
a { background-color: rgb(210,83,221); }
div.DivClassName
{
background-color: #D253DD;
}
.BgClassName
{
background-color: #D253DD;
}
</style>
border-color css
<style>
span { border-color: #D253DD; }
span { border-color: rgb(210,83,221); }
td.TdClassName
{
border-color: #D253DD;
}
.TagClassName
{
border-color: #D253DD;
}
</style>