Html Css Color HEX #D962D1 Free Speech Magenta
📋 copy color: '#D962D1'red 217 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #D962D1
Tints of Free Speech Magenta #D962D1
RGB
CMYK
RGB Variations
Color information
#D962D1 (or 0xD962D1) is known color: Free Speech Magenta. HEX triplet: D9, 62 and D1. RGB value is (217,98,209). Sum of RGB (Red+Green+Blue) = 217+98+209=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D962D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962D1 is #269D2E. Grayscale: #919191. Windows color (decimal): -2530607 or 13722329. OLE color: 13722329.
HSL color Cylindrical-coordinate representation of color #D962D1: hue angle of 304.03º 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 #D962D1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 209 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.15 |
| HSL | 304.03º | 0.61% | 0.62% | - |
| HSV(B) | 304.03º | 0.55% | 0.85% | - |
| XYZ | 44.49 | 28.09 | 63.4 | - |
| YUV | 146.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 209 | 0 | 0.55 | 0.04 | 0.15 | 304.03 | 0.61 | 0.62 |
| Hex | D9 | 62 | D1 | 0 | 37 | 4 | F | 130 | 3D | 3E |
| Octal | 331 | 142 | 321 | 0 | 67 | 4 | 17 | 460 | 75 | 76 |
| Binary | 11011001 | 1100010 | 11010001 | 0 | 110111 | 100 | 1111 | 100110000 | 111101 | 111110 |
Color Harmonies of #D962D1
Complementary color
Monochromatic Colors of #D962D1
Black with #D962D1
Text Example
Text Example
White with #D962D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962D1; }
p { color: rgb(217,98,209); }
H1.HeaderClassName
{
color: #D962D1;
}
.AnyTagClassName
{
color: #D962D1;
}
</style>
background-color css
<style>
a { background-color: #D962D1; }
a { background-color: rgb(217,98,209); }
div.DivClassName
{
background-color: #D962D1;
}
.BgClassName
{
background-color: #D962D1;
}
</style>
border-color css
<style>
span { border-color: #D962D1; }
span { border-color: rgb(217,98,209); }
td.TdClassName
{
border-color: #D962D1;
}
.TagClassName
{
border-color: #D962D1;
}
</style>