Html Css Color HEX #D952CE Free Speech Magenta
📋 copy color: '#D952CE'red 217 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #D952CE
Tints of Free Speech Magenta #D952CE
RGB
CMYK
RGB Variations
Color information
#D952CE (or 0xD952CE) is known color: Free Speech Magenta. HEX triplet: D9, 52 and CE. RGB value is (217,82,206). Sum of RGB (Red+Green+Blue) = 217+82+206=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D952CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D952CE is #26AD31. Grayscale: #888888. Windows color (decimal): -2534706 or 13521625. OLE color: 13521625.
HSL color Cylindrical-coordinate representation of color #D952CE: hue angle of 304.89º degrees, saturation: 0.64, 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 #D952CE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 206 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.15 |
| HSL | 304.89º | 0.64% | 0.59% | - |
| HSV(B) | 304.89º | 0.62% | 0.85% | - |
| XYZ | 42.77 | 25.24 | 61.01 | - |
| YUV | 136.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 206 | 0 | 0.62 | 0.05 | 0.15 | 304.89 | 0.64 | 0.59 |
| Hex | D9 | 52 | CE | 0 | 3E | 5 | F | 131 | 40 | 3B |
| Octal | 331 | 122 | 316 | 0 | 76 | 5 | 17 | 461 | 100 | 73 |
| Binary | 11011001 | 1010010 | 11001110 | 0 | 111110 | 101 | 1111 | 100110001 | 1000000 | 111011 |
Color Harmonies of #D952CE
Complementary color
Monochromatic Colors of #D952CE
Black with #D952CE
Text Example
Text Example
White with #D952CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D952CE; }
p { color: rgb(217,82,206); }
H1.HeaderClassName
{
color: #D952CE;
}
.AnyTagClassName
{
color: #D952CE;
}
</style>
background-color css
<style>
a { background-color: #D952CE; }
a { background-color: rgb(217,82,206); }
div.DivClassName
{
background-color: #D952CE;
}
.BgClassName
{
background-color: #D952CE;
}
</style>
border-color css
<style>
span { border-color: #D952CE; }
span { border-color: rgb(217,82,206); }
td.TdClassName
{
border-color: #D952CE;
}
.TagClassName
{
border-color: #D952CE;
}
</style>