Html Css Color HEX #D962CE Free Speech Magenta
📋 copy color: '#D962CE'red 217 ◦ green 98 ◦ blue 206
Shades of Free Speech Magenta #D962CE
Tints of Free Speech Magenta #D962CE
RGB
CMYK
RGB Variations
Color information
#D962CE (or 0xD962CE) is known color: Free Speech Magenta. HEX triplet: D9, 62 and CE. RGB value is (217,98,206). Sum of RGB (Red+Green+Blue) = 217+98+206=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D962CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962CE is #269D31. Grayscale: #919191. Windows color (decimal): -2530610 or 13525721. OLE color: 13525721.
HSL color Cylindrical-coordinate representation of color #D962CE: hue angle of 305.55º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D962CE is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 206 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.15 |
| HSL | 305.55º | 0.61% | 0.62% | - |
| HSV(B) | 305.55º | 0.55% | 0.85% | - |
| XYZ | 44.12 | 27.94 | 61.46 | - |
| YUV | 145.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 206 | 0 | 0.55 | 0.05 | 0.15 | 305.55 | 0.61 | 0.62 |
| Hex | D9 | 62 | CE | 0 | 37 | 5 | F | 132 | 3D | 3E |
| Octal | 331 | 142 | 316 | 0 | 67 | 5 | 17 | 462 | 75 | 76 |
| Binary | 11011001 | 1100010 | 11001110 | 0 | 110111 | 101 | 1111 | 100110010 | 111101 | 111110 |
Color Harmonies of #D962CE
Complementary color
Monochromatic Colors of #D962CE
Black with #D962CE
Text Example
Text Example
White with #D962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962CE; }
p { color: rgb(217,98,206); }
H1.HeaderClassName
{
color: #D962CE;
}
.AnyTagClassName
{
color: #D962CE;
}
</style>
background-color css
<style>
a { background-color: #D962CE; }
a { background-color: rgb(217,98,206); }
div.DivClassName
{
background-color: #D962CE;
}
.BgClassName
{
background-color: #D962CE;
}
</style>
border-color css
<style>
span { border-color: #D962CE; }
span { border-color: rgb(217,98,206); }
td.TdClassName
{
border-color: #D962CE;
}
.TagClassName
{
border-color: #D962CE;
}
</style>