Html Css Color HEX #D961EA Free Speech Magenta
📋 copy color: '#D961EA'red 217 ◦ green 97 ◦ blue 234
Shades of Free Speech Magenta #D961EA
Tints of Free Speech Magenta #D961EA
RGB
CMYK
RGB Variations
Color information
#D961EA (or 0xD961EA) is known color: Free Speech Magenta. HEX triplet: D9, 61 and EA. RGB value is (217,97,234). Sum of RGB (Red+Green+Blue) = 217+97+234=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #D961EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961EA is #269E15. Grayscale: #949494. Windows color (decimal): -2530838 or 15360473. OLE color: 15360473.
HSL color Cylindrical-coordinate representation of color #D961EA: hue angle of 292.55º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D961EA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 97 | 234 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.08 |
| HSL | 292.55º | 0.77% | 0.65% | - |
| HSV(B) | 292.55º | 0.59% | 0.92% | - |
| XYZ | 47.74 | 29.24 | 80.97 | - |
| YUV | 148.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 234 | 0.07 | 0.59 | 0 | 0.08 | 292.55 | 0.77 | 0.65 |
| Hex | D9 | 61 | EA | 7 | 3B | 0 | 8 | 125 | 4D | 41 |
| Octal | 331 | 141 | 352 | 7 | 73 | 0 | 10 | 445 | 115 | 101 |
| Binary | 11011001 | 1100001 | 11101010 | 111 | 111011 | 0 | 1000 | 100100101 | 1001101 | 1000001 |
Color Harmonies of #D961EA
Complementary color
Monochromatic Colors of #D961EA
Black with #D961EA
Text Example
Text Example
White with #D961EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961EA; }
p { color: rgb(217,97,234); }
H1.HeaderClassName
{
color: #D961EA;
}
.AnyTagClassName
{
color: #D961EA;
}
</style>
background-color css
<style>
a { background-color: #D961EA; }
a { background-color: rgb(217,97,234); }
div.DivClassName
{
background-color: #D961EA;
}
.BgClassName
{
background-color: #D961EA;
}
</style>
border-color css
<style>
span { border-color: #D961EA; }
span { border-color: rgb(217,97,234); }
td.TdClassName
{
border-color: #D961EA;
}
.TagClassName
{
border-color: #D961EA;
}
</style>