Html Css Color HEX #DE56DB Free Speech Magenta
📋 copy color: '#DE56DB'red 222 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #DE56DB
Tints of Free Speech Magenta #DE56DB
RGB
CMYK
RGB Variations
Color information
#DE56DB (or 0xDE56DB) is known color: Free Speech Magenta. HEX triplet: DE, 56 and DB. RGB value is (222,86,219). Sum of RGB (Red+Green+Blue) = 222+86+219=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE56DB is #21A924. Grayscale: #8D8D8D. Windows color (decimal): -2205989 or 14374622. OLE color: 14374622.
HSL color Cylindrical-coordinate representation of color #DE56DB: hue angle of 301.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE56DB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 219 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.13 |
| HSL | 301.32º | 0.67% | 0.6% | - |
| HSV(B) | 301.32º | 0.61% | 0.87% | - |
| XYZ | 46.24 | 27.3 | 69.85 | - |
| YUV | 141.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 219 | 0 | 0.61 | 0.01 | 0.13 | 301.32 | 0.67 | 0.6 |
| Hex | DE | 56 | DB | 0 | 3D | 1 | D | 12D | 43 | 3C |
| Octal | 336 | 126 | 333 | 0 | 75 | 1 | 15 | 455 | 103 | 74 |
| Binary | 11011110 | 1010110 | 11011011 | 0 | 111101 | 1 | 1101 | 100101101 | 1000011 | 111100 |
Color Harmonies of #DE56DB
Complementary color
Monochromatic Colors of #DE56DB
Black with #DE56DB
Text Example
Text Example
White with #DE56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE56DB; }
p { color: rgb(222,86,219); }
H1.HeaderClassName
{
color: #DE56DB;
}
.AnyTagClassName
{
color: #DE56DB;
}
</style>
background-color css
<style>
a { background-color: #DE56DB; }
a { background-color: rgb(222,86,219); }
div.DivClassName
{
background-color: #DE56DB;
}
.BgClassName
{
background-color: #DE56DB;
}
</style>
border-color css
<style>
span { border-color: #DE56DB; }
span { border-color: rgb(222,86,219); }
td.TdClassName
{
border-color: #DE56DB;
}
.TagClassName
{
border-color: #DE56DB;
}
</style>