Html Css Color HEX #DE4ADB Free Speech Magenta
📋 copy color: '#DE4ADB'red 222 ◦ green 74 ◦ blue 219
Shades of Free Speech Magenta #DE4ADB
Tints of Free Speech Magenta #DE4ADB
RGB
CMYK
RGB Variations
Color information
#DE4ADB (or 0xDE4ADB) is known color: Free Speech Magenta. HEX triplet: DE, 4A and DB. RGB value is (222,74,219). Sum of RGB (Red+Green+Blue) = 222+74+219=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4ADB is #21B524. Grayscale: #868686. Windows color (decimal): -2209061 or 14371550. OLE color: 14371550.
HSL color Cylindrical-coordinate representation of color #DE4ADB: hue angle of 301.22º 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 #DE4ADB is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 219 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.13 |
| HSL | 301.22º | 0.69% | 0.58% | - |
| HSV(B) | 301.22º | 0.67% | 0.87% | - |
| XYZ | 45.36 | 25.54 | 69.56 | - |
| YUV | 134.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 219 | 0 | 0.67 | 0.01 | 0.13 | 301.22 | 0.69 | 0.58 |
| Hex | DE | 4A | DB | 0 | 43 | 1 | D | 12D | 45 | 3A |
| Octal | 336 | 112 | 333 | 0 | 103 | 1 | 15 | 455 | 105 | 72 |
| Binary | 11011110 | 1001010 | 11011011 | 0 | 1000011 | 1 | 1101 | 100101101 | 1000101 | 111010 |
Color Harmonies of #DE4ADB
Complementary color
Monochromatic Colors of #DE4ADB
Black with #DE4ADB
Text Example
Text Example
White with #DE4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4ADB; }
p { color: rgb(222,74,219); }
H1.HeaderClassName
{
color: #DE4ADB;
}
.AnyTagClassName
{
color: #DE4ADB;
}
</style>
background-color css
<style>
a { background-color: #DE4ADB; }
a { background-color: rgb(222,74,219); }
div.DivClassName
{
background-color: #DE4ADB;
}
.BgClassName
{
background-color: #DE4ADB;
}
</style>
border-color css
<style>
span { border-color: #DE4ADB; }
span { border-color: rgb(222,74,219); }
td.TdClassName
{
border-color: #DE4ADB;
}
.TagClassName
{
border-color: #DE4ADB;
}
</style>