Html Css Color HEX #D943E5 Free Speech Magenta
📋 copy color: '#D943E5'red 217 ◦ green 67 ◦ blue 229
Shades of Free Speech Magenta #D943E5
Tints of Free Speech Magenta #D943E5
RGB
CMYK
RGB Variations
Color information
#D943E5 (or 0xD943E5) is known color: Free Speech Magenta. HEX triplet: D9, 43 and E5. RGB value is (217,67,229). Sum of RGB (Red+Green+Blue) = 217+67+229=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #D943E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943E5 is #26BC1A. Grayscale: #818181. Windows color (decimal): -2538523 or 15025113. OLE color: 15025113.
HSL color Cylindrical-coordinate representation of color #D943E5: hue angle of 295.56º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D943E5 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 67 | 229 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.10 |
| HSL | 295.56º | 0.76% | 0.58% | - |
| HSV(B) | 295.56º | 0.71% | 0.9% | - |
| XYZ | 44.77 | 24.42 | 76.48 | - |
| YUV | 130.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 229 | 0.05 | 0.71 | 0 | 0.10 | 295.56 | 0.76 | 0.58 |
| Hex | D9 | 43 | E5 | 5 | 47 | 0 | A | 128 | 4C | 3A |
| Octal | 331 | 103 | 345 | 5 | 107 | 0 | 12 | 450 | 114 | 72 |
| Binary | 11011001 | 1000011 | 11100101 | 101 | 1000111 | 0 | 1010 | 100101000 | 1001100 | 111010 |
Color Harmonies of #D943E5
Complementary color
Monochromatic Colors of #D943E5
Black with #D943E5
Text Example
Text Example
White with #D943E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943E5; }
p { color: rgb(217,67,229); }
H1.HeaderClassName
{
color: #D943E5;
}
.AnyTagClassName
{
color: #D943E5;
}
</style>
background-color css
<style>
a { background-color: #D943E5; }
a { background-color: rgb(217,67,229); }
div.DivClassName
{
background-color: #D943E5;
}
.BgClassName
{
background-color: #D943E5;
}
</style>
border-color css
<style>
span { border-color: #D943E5; }
span { border-color: rgb(217,67,229); }
td.TdClassName
{
border-color: #D943E5;
}
.TagClassName
{
border-color: #D943E5;
}
</style>