Html Css Color HEX #D940E5 Free Speech Magenta
📋 copy color: '#D940E5'red 217 ◦ green 64 ◦ blue 229
Shades of Free Speech Magenta #D940E5
Tints of Free Speech Magenta #D940E5
RGB
CMYK
RGB Variations
Color information
#D940E5 (or 0xD940E5) is known color: Free Speech Magenta. HEX triplet: D9, 40 and E5. RGB value is (217,64,229). Sum of RGB (Red+Green+Blue) = 217+64+229=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #D940E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940E5 is #26BF1A. Grayscale: #808080. Windows color (decimal): -2539291 or 15024345. OLE color: 15024345.
HSL color Cylindrical-coordinate representation of color #D940E5: hue angle of 295.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D940E5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 64 | 229 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.10 |
| HSL | 295.64º | 0.76% | 0.57% | - |
| HSV(B) | 295.64º | 0.72% | 0.9% | - |
| XYZ | 44.59 | 24.08 | 76.43 | - |
| YUV | 128.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 229 | 0.05 | 0.72 | 0 | 0.10 | 295.64 | 0.76 | 0.57 |
| Hex | D9 | 40 | E5 | 5 | 48 | 0 | A | 128 | 4C | 39 |
| Octal | 331 | 100 | 345 | 5 | 110 | 0 | 12 | 450 | 114 | 71 |
| Binary | 11011001 | 1000000 | 11100101 | 101 | 1001000 | 0 | 1010 | 100101000 | 1001100 | 111001 |
Color Harmonies of #D940E5
Complementary color
Monochromatic Colors of #D940E5
Black with #D940E5
Text Example
Text Example
White with #D940E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940E5; }
p { color: rgb(217,64,229); }
H1.HeaderClassName
{
color: #D940E5;
}
.AnyTagClassName
{
color: #D940E5;
}
</style>
background-color css
<style>
a { background-color: #D940E5; }
a { background-color: rgb(217,64,229); }
div.DivClassName
{
background-color: #D940E5;
}
.BgClassName
{
background-color: #D940E5;
}
</style>
border-color css
<style>
span { border-color: #D940E5; }
span { border-color: rgb(217,64,229); }
td.TdClassName
{
border-color: #D940E5;
}
.TagClassName
{
border-color: #D940E5;
}
</style>