Html Css Color HEX #D953DD Free Speech Magenta
📋 copy color: '#D953DD'red 217 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #D953DD
Tints of Free Speech Magenta #D953DD
RGB
CMYK
RGB Variations
Color information
#D953DD (or 0xD953DD) is known color: Free Speech Magenta. HEX triplet: D9, 53 and DD. RGB value is (217,83,221). Sum of RGB (Red+Green+Blue) = 217+83+221=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D953DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953DD is #26AC22. Grayscale: #8A8A8A. Windows color (decimal): -2534435 or 14504921. OLE color: 14504921.
HSL color Cylindrical-coordinate representation of color #D953DD: hue angle of 298.26º 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 #D953DD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 83 | 221 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.13 |
| HSL | 298.26º | 0.67% | 0.6% | - |
| HSV(B) | 298.26º | 0.62% | 0.87% | - |
| XYZ | 44.76 | 26.16 | 71.1 | - |
| YUV | 138.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 221 | 0.02 | 0.62 | 0 | 0.13 | 298.26 | 0.67 | 0.6 |
| Hex | D9 | 53 | DD | 2 | 3E | 0 | D | 12A | 43 | 3C |
| Octal | 331 | 123 | 335 | 2 | 76 | 0 | 15 | 452 | 103 | 74 |
| Binary | 11011001 | 1010011 | 11011101 | 10 | 111110 | 0 | 1101 | 100101010 | 1000011 | 111100 |
Color Harmonies of #D953DD
Complementary color
Monochromatic Colors of #D953DD
Black with #D953DD
Text Example
Text Example
White with #D953DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953DD; }
p { color: rgb(217,83,221); }
H1.HeaderClassName
{
color: #D953DD;
}
.AnyTagClassName
{
color: #D953DD;
}
</style>
background-color css
<style>
a { background-color: #D953DD; }
a { background-color: rgb(217,83,221); }
div.DivClassName
{
background-color: #D953DD;
}
.BgClassName
{
background-color: #D953DD;
}
</style>
border-color css
<style>
span { border-color: #D953DD; }
span { border-color: rgb(217,83,221); }
td.TdClassName
{
border-color: #D953DD;
}
.TagClassName
{
border-color: #D953DD;
}
</style>