Html Css Color HEX #D962D6 Free Speech Magenta
📋 copy color: '#D962D6'red 217 ◦ green 98 ◦ blue 214
Shades of Free Speech Magenta #D962D6
Tints of Free Speech Magenta #D962D6
RGB
CMYK
RGB Variations
Color information
#D962D6 (or 0xD962D6) is known color: Free Speech Magenta. HEX triplet: D9, 62 and D6. RGB value is (217,98,214). Sum of RGB (Red+Green+Blue) = 217+98+214=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D962D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962D6 is #269D29. Grayscale: #929292. Windows color (decimal): -2530602 or 14050009. OLE color: 14050009.
HSL color Cylindrical-coordinate representation of color #D962D6: hue angle of 301.51º 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 #D962D6 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 214 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.15 |
| HSL | 301.51º | 0.61% | 0.62% | - |
| HSV(B) | 301.51º | 0.55% | 0.85% | - |
| XYZ | 45.12 | 28.34 | 66.71 | - |
| YUV | 146.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 214 | 0 | 0.55 | 0.01 | 0.15 | 301.51 | 0.61 | 0.62 |
| Hex | D9 | 62 | D6 | 0 | 37 | 1 | F | 12E | 3D | 3E |
| Octal | 331 | 142 | 326 | 0 | 67 | 1 | 17 | 456 | 75 | 76 |
| Binary | 11011001 | 1100010 | 11010110 | 0 | 110111 | 1 | 1111 | 100101110 | 111101 | 111110 |
Color Harmonies of #D962D6
Complementary color
Monochromatic Colors of #D962D6
Black with #D962D6
Text Example
Text Example
White with #D962D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962D6; }
p { color: rgb(217,98,214); }
H1.HeaderClassName
{
color: #D962D6;
}
.AnyTagClassName
{
color: #D962D6;
}
</style>
background-color css
<style>
a { background-color: #D962D6; }
a { background-color: rgb(217,98,214); }
div.DivClassName
{
background-color: #D962D6;
}
.BgClassName
{
background-color: #D962D6;
}
</style>
border-color css
<style>
span { border-color: #D962D6; }
span { border-color: rgb(217,98,214); }
td.TdClassName
{
border-color: #D962D6;
}
.TagClassName
{
border-color: #D962D6;
}
</style>