Html Css Color HEX #DE49DB Free Speech Magenta
📋 copy color: '#DE49DB'red 222 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #DE49DB
Tints of Free Speech Magenta #DE49DB
RGB
CMYK
RGB Variations
Color information
#DE49DB (or 0xDE49DB) is known color: Free Speech Magenta. HEX triplet: DE, 49 and DB. RGB value is (222,73,219). Sum of RGB (Red+Green+Blue) = 222+73+219=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE49DB is #21B624. Grayscale: #858585. Windows color (decimal): -2209317 or 14371294. OLE color: 14371294.
HSL color Cylindrical-coordinate representation of color #DE49DB: hue angle of 301.21º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE49DB is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 219 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.13 |
| HSL | 301.21º | 0.69% | 0.58% | - |
| HSV(B) | 301.21º | 0.67% | 0.87% | - |
| XYZ | 45.29 | 25.41 | 69.54 | - |
| YUV | 134.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 219 | 0 | 0.67 | 0.01 | 0.13 | 301.21 | 0.69 | 0.58 |
| Hex | DE | 49 | DB | 0 | 43 | 1 | D | 12D | 45 | 3A |
| Octal | 336 | 111 | 333 | 0 | 103 | 1 | 15 | 455 | 105 | 72 |
| Binary | 11011110 | 1001001 | 11011011 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000101 | 111010 |
Color Harmonies of #DE49DB
Complementary color
Monochromatic Colors of #DE49DB
Black with #DE49DB
Text Example
Text Example
White with #DE49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE49DB; }
p { color: rgb(222,73,219); }
H1.HeaderClassName
{
color: #DE49DB;
}
.AnyTagClassName
{
color: #DE49DB;
}
</style>
background-color css
<style>
a { background-color: #DE49DB; }
a { background-color: rgb(222,73,219); }
div.DivClassName
{
background-color: #DE49DB;
}
.BgClassName
{
background-color: #DE49DB;
}
</style>
border-color css
<style>
span { border-color: #DE49DB; }
span { border-color: rgb(222,73,219); }
td.TdClassName
{
border-color: #DE49DB;
}
.TagClassName
{
border-color: #DE49DB;
}
</style>