Html Css Color HEX #DE3ADB Free Speech Magenta
📋 copy color: '#DE3ADB'red 222 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #DE3ADB
Tints of Free Speech Magenta #DE3ADB
RGB
CMYK
RGB Variations
Color information
#DE3ADB (or 0xDE3ADB) is known color: Free Speech Magenta. HEX triplet: DE, 3A and DB. RGB value is (222,58,219). Sum of RGB (Red+Green+Blue) = 222+58+219=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3ADB is #21C524. Grayscale: #7C7C7C. Windows color (decimal): -2213157 or 14367454. OLE color: 14367454.
HSL color Cylindrical-coordinate representation of color #DE3ADB: hue angle of 301.1º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3ADB is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 219 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.13 |
| HSL | 301.1º | 0.71% | 0.55% | - |
| HSV(B) | 301.1º | 0.74% | 0.87% | - |
| XYZ | 44.42 | 23.67 | 69.25 | - |
| YUV | 125.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 219 | 0 | 0.74 | 0.01 | 0.13 | 301.1 | 0.71 | 0.55 |
| Hex | DE | 3A | DB | 0 | 4A | 1 | D | 12D | 47 | 37 |
| Octal | 336 | 72 | 333 | 0 | 112 | 1 | 15 | 455 | 107 | 67 |
| Binary | 11011110 | 111010 | 11011011 | 0 | 1001010 | 1 | 1101 | 100101101 | 1000111 | 110111 |
Color Harmonies of #DE3ADB
Complementary color
Monochromatic Colors of #DE3ADB
Black with #DE3ADB
Text Example
Text Example
White with #DE3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3ADB; }
p { color: rgb(222,58,219); }
H1.HeaderClassName
{
color: #DE3ADB;
}
.AnyTagClassName
{
color: #DE3ADB;
}
</style>
background-color css
<style>
a { background-color: #DE3ADB; }
a { background-color: rgb(222,58,219); }
div.DivClassName
{
background-color: #DE3ADB;
}
.BgClassName
{
background-color: #DE3ADB;
}
</style>
border-color css
<style>
span { border-color: #DE3ADB; }
span { border-color: rgb(222,58,219); }
td.TdClassName
{
border-color: #DE3ADB;
}
.TagClassName
{
border-color: #DE3ADB;
}
</style>