Html Css Color HEX #D962EA Free Speech Magenta
📋 copy color: '#D962EA'red 217 ◦ green 98 ◦ blue 234
Shades of Free Speech Magenta #D962EA
Tints of Free Speech Magenta #D962EA
RGB
CMYK
RGB Variations
Color information
#D962EA (or 0xD962EA) is known color: Free Speech Magenta. HEX triplet: D9, 62 and EA. RGB value is (217,98,234). Sum of RGB (Red+Green+Blue) = 217+98+234=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #D962EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962EA is #269D15. Grayscale: #949494. Windows color (decimal): -2530582 or 15360729. OLE color: 15360729.
HSL color Cylindrical-coordinate representation of color #D962EA: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D962EA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 98 | 234 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.08 |
| HSL | 292.5º | 0.76% | 0.65% | - |
| HSV(B) | 292.5º | 0.58% | 0.92% | - |
| XYZ | 47.83 | 29.43 | 81 | - |
| YUV | 149.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 234 | 0.07 | 0.58 | 0 | 0.08 | 292.5 | 0.76 | 0.65 |
| Hex | D9 | 62 | EA | 7 | 3A | 0 | 8 | 124 | 4C | 41 |
| Octal | 331 | 142 | 352 | 7 | 72 | 0 | 10 | 444 | 114 | 101 |
| Binary | 11011001 | 1100010 | 11101010 | 111 | 111010 | 0 | 1000 | 100100100 | 1001100 | 1000001 |
Color Harmonies of #D962EA
Complementary color
Monochromatic Colors of #D962EA
Black with #D962EA
Text Example
Text Example
White with #D962EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962EA; }
p { color: rgb(217,98,234); }
H1.HeaderClassName
{
color: #D962EA;
}
.AnyTagClassName
{
color: #D962EA;
}
</style>
background-color css
<style>
a { background-color: #D962EA; }
a { background-color: rgb(217,98,234); }
div.DivClassName
{
background-color: #D962EA;
}
.BgClassName
{
background-color: #D962EA;
}
</style>
border-color css
<style>
span { border-color: #D962EA; }
span { border-color: rgb(217,98,234); }
td.TdClassName
{
border-color: #D962EA;
}
.TagClassName
{
border-color: #D962EA;
}
</style>