Html Css Color HEX #D849E1 Free Speech Magenta
📋 copy color: '#D849E1'red 216 ◦ green 73 ◦ blue 225
Shades of Free Speech Magenta #D849E1
Tints of Free Speech Magenta #D849E1
RGB
CMYK
RGB Variations
Color information
#D849E1 (or 0xD849E1) is known color: Free Speech Magenta. HEX triplet: D8, 49 and E1. RGB value is (216,73,225). Sum of RGB (Red+Green+Blue) = 216+73+225=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #D849E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849E1 is #27B61E. Grayscale: #848484. Windows color (decimal): -2602527 or 14764504. OLE color: 14764504.
HSL color Cylindrical-coordinate representation of color #D849E1: hue angle of 296.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D849E1 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 73 | 225 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.12 |
| HSL | 296.45º | 0.72% | 0.58% | - |
| HSV(B) | 296.45º | 0.68% | 0.88% | - |
| XYZ | 44.29 | 24.8 | 73.69 | - |
| YUV | 133.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 225 | 0.04 | 0.68 | 0 | 0.12 | 296.45 | 0.72 | 0.58 |
| Hex | D8 | 49 | E1 | 4 | 44 | 0 | C | 128 | 48 | 3A |
| Octal | 330 | 111 | 341 | 4 | 104 | 0 | 14 | 450 | 110 | 72 |
| Binary | 11011000 | 1001001 | 11100001 | 100 | 1000100 | 0 | 1100 | 100101000 | 1001000 | 111010 |
Color Harmonies of #D849E1
Complementary color
Monochromatic Colors of #D849E1
Black with #D849E1
Text Example
Text Example
White with #D849E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849E1; }
p { color: rgb(216,73,225); }
H1.HeaderClassName
{
color: #D849E1;
}
.AnyTagClassName
{
color: #D849E1;
}
</style>
background-color css
<style>
a { background-color: #D849E1; }
a { background-color: rgb(216,73,225); }
div.DivClassName
{
background-color: #D849E1;
}
.BgClassName
{
background-color: #D849E1;
}
</style>
border-color css
<style>
span { border-color: #D849E1; }
span { border-color: rgb(216,73,225); }
td.TdClassName
{
border-color: #D849E1;
}
.TagClassName
{
border-color: #D849E1;
}
</style>