Html Css Color HEX #D952DD Free Speech Magenta
📋 copy color: '#D952DD'red 217 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #D952DD
Tints of Free Speech Magenta #D952DD
RGB
CMYK
RGB Variations
Color information
#D952DD (or 0xD952DD) is known color: Free Speech Magenta. HEX triplet: D9, 52 and DD. RGB value is (217,82,221). Sum of RGB (Red+Green+Blue) = 217+82+221=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D952DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952DD is #26AD22. Grayscale: #898989. Windows color (decimal): -2534691 or 14504665. OLE color: 14504665.
HSL color Cylindrical-coordinate representation of color #D952DD: hue angle of 298.27º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D952DD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 82 | 221 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 298.27º | 0.67% | 0.59% | - |
| HSV(B) | 298.27º | 0.63% | 0.87% | - |
| XYZ | 44.68 | 26.01 | 71.07 | - |
| YUV | 138.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 221 | 0.02 | 0.63 | 0 | 0.13 | 298.27 | 0.67 | 0.59 |
| Hex | D9 | 52 | DD | 2 | 3F | 0 | D | 12A | 43 | 3B |
| Octal | 331 | 122 | 335 | 2 | 77 | 0 | 15 | 452 | 103 | 73 |
| Binary | 11011001 | 1010010 | 11011101 | 10 | 111111 | 0 | 1101 | 100101010 | 1000011 | 111011 |
Color Harmonies of #D952DD
Complementary color
Monochromatic Colors of #D952DD
Black with #D952DD
Text Example
Text Example
White with #D952DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D952DD; }
p { color: rgb(217,82,221); }
H1.HeaderClassName
{
color: #D952DD;
}
.AnyTagClassName
{
color: #D952DD;
}
</style>
background-color css
<style>
a { background-color: #D952DD; }
a { background-color: rgb(217,82,221); }
div.DivClassName
{
background-color: #D952DD;
}
.BgClassName
{
background-color: #D952DD;
}
</style>
border-color css
<style>
span { border-color: #D952DD; }
span { border-color: rgb(217,82,221); }
td.TdClassName
{
border-color: #D952DD;
}
.TagClassName
{
border-color: #D952DD;
}
</style>