Html Css Color HEX #D962D5 Free Speech Magenta
📋 copy color: '#D962D5'red 217 ◦ green 98 ◦ blue 213
Shades of Free Speech Magenta #D962D5
Tints of Free Speech Magenta #D962D5
RGB
CMYK
RGB Variations
Color information
#D962D5 (or 0xD962D5) is known color: Free Speech Magenta. HEX triplet: D9, 62 and D5. RGB value is (217,98,213). Sum of RGB (Red+Green+Blue) = 217+98+213=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D962D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962D5 is #269D2A. Grayscale: #929292. Windows color (decimal): -2530603 or 13984473. OLE color: 13984473.
HSL color Cylindrical-coordinate representation of color #D962D5: hue angle of 302.02º 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 #D962D5 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 213 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.15 |
| HSL | 302.02º | 0.61% | 0.62% | - |
| HSV(B) | 302.02º | 0.55% | 0.85% | - |
| XYZ | 44.99 | 28.29 | 66.04 | - |
| YUV | 146.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 213 | 0 | 0.55 | 0.02 | 0.15 | 302.02 | 0.61 | 0.62 |
| Hex | D9 | 62 | D5 | 0 | 37 | 2 | F | 12E | 3D | 3E |
| Octal | 331 | 142 | 325 | 0 | 67 | 2 | 17 | 456 | 75 | 76 |
| Binary | 11011001 | 1100010 | 11010101 | 0 | 110111 | 10 | 1111 | 100101110 | 111101 | 111110 |
Color Harmonies of #D962D5
Complementary color
Monochromatic Colors of #D962D5
Black with #D962D5
Text Example
Text Example
White with #D962D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962D5; }
p { color: rgb(217,98,213); }
H1.HeaderClassName
{
color: #D962D5;
}
.AnyTagClassName
{
color: #D962D5;
}
</style>
background-color css
<style>
a { background-color: #D962D5; }
a { background-color: rgb(217,98,213); }
div.DivClassName
{
background-color: #D962D5;
}
.BgClassName
{
background-color: #D962D5;
}
</style>
border-color css
<style>
span { border-color: #D962D5; }
span { border-color: rgb(217,98,213); }
td.TdClassName
{
border-color: #D962D5;
}
.TagClassName
{
border-color: #D962D5;
}
</style>