Html Css Color HEX #DE3FDB Free Speech Magenta
📋 copy color: '#DE3FDB'red 222 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #DE3FDB
Tints of Free Speech Magenta #DE3FDB
RGB
CMYK
RGB Variations
Color information
#DE3FDB (or 0xDE3FDB) is known color: Free Speech Magenta. HEX triplet: DE, 3F and DB. RGB value is (222,63,219). Sum of RGB (Red+Green+Blue) = 222+63+219=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3FDB is #21C024. Grayscale: #7F7F7F. Windows color (decimal): -2211877 or 14368734. OLE color: 14368734.
HSL color Cylindrical-coordinate representation of color #DE3FDB: hue angle of 301.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3FDB is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 63 | 219 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.13 |
| HSL | 301.13º | 0.71% | 0.56% | - |
| HSV(B) | 301.13º | 0.72% | 0.87% | - |
| XYZ | 44.69 | 24.2 | 69.33 | - |
| YUV | 128.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 63 | 219 | 0 | 0.72 | 0.01 | 0.13 | 301.13 | 0.71 | 0.56 |
| Hex | DE | 3F | DB | 0 | 48 | 1 | D | 12D | 47 | 38 |
| Octal | 336 | 77 | 333 | 0 | 110 | 1 | 15 | 455 | 107 | 70 |
| Binary | 11011110 | 111111 | 11011011 | 0 | 1001000 | 1 | 1101 | 100101101 | 1000111 | 111000 |
Color Harmonies of #DE3FDB
Complementary color
Monochromatic Colors of #DE3FDB
Black with #DE3FDB
Text Example
Text Example
White with #DE3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3FDB; }
p { color: rgb(222,63,219); }
H1.HeaderClassName
{
color: #DE3FDB;
}
.AnyTagClassName
{
color: #DE3FDB;
}
</style>
background-color css
<style>
a { background-color: #DE3FDB; }
a { background-color: rgb(222,63,219); }
div.DivClassName
{
background-color: #DE3FDB;
}
.BgClassName
{
background-color: #DE3FDB;
}
</style>
border-color css
<style>
span { border-color: #DE3FDB; }
span { border-color: rgb(222,63,219); }
td.TdClassName
{
border-color: #DE3FDB;
}
.TagClassName
{
border-color: #DE3FDB;
}
</style>