Html Css Color HEX #DB56E4 Free Speech Magenta
📋 copy color: '#DB56E4'red 219 ◦ green 86 ◦ blue 228
Shades of Free Speech Magenta #DB56E4
Tints of Free Speech Magenta #DB56E4
RGB
CMYK
RGB Variations
Color information
#DB56E4 (or 0xDB56E4) is known color: Free Speech Magenta. HEX triplet: DB, 56 and E4. RGB value is (219,86,228). Sum of RGB (Red+Green+Blue) = 219+86+228=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB56E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56E4 is #24A91B. Grayscale: #8D8D8D. Windows color (decimal): -2402588 or 14964443. OLE color: 14964443.
HSL color Cylindrical-coordinate representation of color #DB56E4: hue angle of 296.2º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB56E4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 86 | 228 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.11 |
| HSL | 296.2º | 0.72% | 0.62% | - |
| HSV(B) | 296.2º | 0.62% | 0.89% | - |
| XYZ | 46.54 | 27.32 | 76.22 | - |
| YUV | 141.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 228 | 0.04 | 0.62 | 0 | 0.11 | 296.2 | 0.72 | 0.62 |
| Hex | DB | 56 | E4 | 4 | 3E | 0 | B | 128 | 48 | 3E |
| Octal | 333 | 126 | 344 | 4 | 76 | 0 | 13 | 450 | 110 | 76 |
| Binary | 11011011 | 1010110 | 11100100 | 100 | 111110 | 0 | 1011 | 100101000 | 1001000 | 111110 |
Color Harmonies of #DB56E4
Complementary color
Monochromatic Colors of #DB56E4
Black with #DB56E4
Text Example
Text Example
White with #DB56E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56E4; }
p { color: rgb(219,86,228); }
H1.HeaderClassName
{
color: #DB56E4;
}
.AnyTagClassName
{
color: #DB56E4;
}
</style>
background-color css
<style>
a { background-color: #DB56E4; }
a { background-color: rgb(219,86,228); }
div.DivClassName
{
background-color: #DB56E4;
}
.BgClassName
{
background-color: #DB56E4;
}
</style>
border-color css
<style>
span { border-color: #DB56E4; }
span { border-color: rgb(219,86,228); }
td.TdClassName
{
border-color: #DB56E4;
}
.TagClassName
{
border-color: #DB56E4;
}
</style>