Html Css Color HEX #D943E1 Free Speech Magenta
📋 copy color: '#D943E1'red 217 ◦ green 67 ◦ blue 225
Shades of Free Speech Magenta #D943E1
Tints of Free Speech Magenta #D943E1
RGB
CMYK
RGB Variations
Color information
#D943E1 (or 0xD943E1) is known color: Free Speech Magenta. HEX triplet: D9, 43 and E1. RGB value is (217,67,225). Sum of RGB (Red+Green+Blue) = 217+67+225=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #D943E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943E1 is #26BC1E. Grayscale: #818181. Windows color (decimal): -2538527 or 14762969. OLE color: 14762969.
HSL color Cylindrical-coordinate representation of color #D943E1: hue angle of 296.96º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D943E1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 67 | 225 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.12 |
| HSL | 296.96º | 0.72% | 0.57% | - |
| HSV(B) | 296.96º | 0.7% | 0.88% | - |
| XYZ | 44.21 | 24.2 | 73.58 | - |
| YUV | 129.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 225 | 0.04 | 0.70 | 0 | 0.12 | 296.96 | 0.72 | 0.57 |
| Hex | D9 | 43 | E1 | 4 | 46 | 0 | C | 129 | 48 | 39 |
| Octal | 331 | 103 | 341 | 4 | 106 | 0 | 14 | 451 | 110 | 71 |
| Binary | 11011001 | 1000011 | 11100001 | 100 | 1000110 | 0 | 1100 | 100101001 | 1001000 | 111001 |
Color Harmonies of #D943E1
Complementary color
Monochromatic Colors of #D943E1
Black with #D943E1
Text Example
Text Example
White with #D943E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943E1; }
p { color: rgb(217,67,225); }
H1.HeaderClassName
{
color: #D943E1;
}
.AnyTagClassName
{
color: #D943E1;
}
</style>
background-color css
<style>
a { background-color: #D943E1; }
a { background-color: rgb(217,67,225); }
div.DivClassName
{
background-color: #D943E1;
}
.BgClassName
{
background-color: #D943E1;
}
</style>
border-color css
<style>
span { border-color: #D943E1; }
span { border-color: rgb(217,67,225); }
td.TdClassName
{
border-color: #D943E1;
}
.TagClassName
{
border-color: #D943E1;
}
</style>