Html Css Color HEX #D962D4 Free Speech Magenta
📋 copy color: '#D962D4'red 217 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #D962D4
Tints of Free Speech Magenta #D962D4
RGB
CMYK
RGB Variations
Color information
#D962D4 (or 0xD962D4) is known color: Free Speech Magenta. HEX triplet: D9, 62 and D4. RGB value is (217,98,212). Sum of RGB (Red+Green+Blue) = 217+98+212=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D962D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D962D4 is #269D2B. Grayscale: #929292. Windows color (decimal): -2530604 or 13918937. OLE color: 13918937.
HSL color Cylindrical-coordinate representation of color #D962D4: hue angle of 302.52º 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 #D962D4 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 212 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.15 |
| HSL | 302.52º | 0.61% | 0.62% | - |
| HSV(B) | 302.52º | 0.55% | 0.85% | - |
| XYZ | 44.87 | 28.24 | 65.37 | - |
| YUV | 146.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 212 | 0 | 0.55 | 0.02 | 0.15 | 302.52 | 0.61 | 0.62 |
| Hex | D9 | 62 | D4 | 0 | 37 | 2 | F | 12F | 3D | 3E |
| Octal | 331 | 142 | 324 | 0 | 67 | 2 | 17 | 457 | 75 | 76 |
| Binary | 11011001 | 1100010 | 11010100 | 0 | 110111 | 10 | 1111 | 100101111 | 111101 | 111110 |
Color Harmonies of #D962D4
Complementary color
Monochromatic Colors of #D962D4
Black with #D962D4
Text Example
Text Example
White with #D962D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962D4; }
p { color: rgb(217,98,212); }
H1.HeaderClassName
{
color: #D962D4;
}
.AnyTagClassName
{
color: #D962D4;
}
</style>
background-color css
<style>
a { background-color: #D962D4; }
a { background-color: rgb(217,98,212); }
div.DivClassName
{
background-color: #D962D4;
}
.BgClassName
{
background-color: #D962D4;
}
</style>
border-color css
<style>
span { border-color: #D962D4; }
span { border-color: rgb(217,98,212); }
td.TdClassName
{
border-color: #D962D4;
}
.TagClassName
{
border-color: #D962D4;
}
</style>