Html Css Color HEX #D941E8 Free Speech Magenta
📋 copy color: '#D941E8'red 217 ◦ green 65 ◦ blue 232
Shades of Free Speech Magenta #D941E8
Tints of Free Speech Magenta #D941E8
RGB
CMYK
RGB Variations
Color information
#D941E8 (or 0xD941E8) is known color: Free Speech Magenta. HEX triplet: D9, 41 and E8. RGB value is (217,65,232). Sum of RGB (Red+Green+Blue) = 217+65+232=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #D941E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D941E8 is #26BE17. Grayscale: #808080. Windows color (decimal): -2539032 or 15221209. OLE color: 15221209.
HSL color Cylindrical-coordinate representation of color #D941E8: hue angle of 294.61º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D941E8 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 65 | 232 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.09 |
| HSL | 294.61º | 0.78% | 0.58% | - |
| HSV(B) | 294.61º | 0.72% | 0.91% | - |
| XYZ | 45.07 | 24.36 | 78.67 | - |
| YUV | 129.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 232 | 0.06 | 0.72 | 0 | 0.09 | 294.61 | 0.78 | 0.58 |
| Hex | D9 | 41 | E8 | 6 | 48 | 0 | 9 | 127 | 4E | 3A |
| Octal | 331 | 101 | 350 | 6 | 110 | 0 | 11 | 447 | 116 | 72 |
| Binary | 11011001 | 1000001 | 11101000 | 110 | 1001000 | 0 | 1001 | 100100111 | 1001110 | 111010 |
Color Harmonies of #D941E8
Complementary color
Monochromatic Colors of #D941E8
Black with #D941E8
Text Example
Text Example
White with #D941E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941E8; }
p { color: rgb(217,65,232); }
H1.HeaderClassName
{
color: #D941E8;
}
.AnyTagClassName
{
color: #D941E8;
}
</style>
background-color css
<style>
a { background-color: #D941E8; }
a { background-color: rgb(217,65,232); }
div.DivClassName
{
background-color: #D941E8;
}
.BgClassName
{
background-color: #D941E8;
}
</style>
border-color css
<style>
span { border-color: #D941E8; }
span { border-color: rgb(217,65,232); }
td.TdClassName
{
border-color: #D941E8;
}
.TagClassName
{
border-color: #D941E8;
}
</style>