Html Css Color HEX #DB33E4 Free Speech Magenta
📋 copy color: '#DB33E4'red 219 ◦ green 51 ◦ blue 228
Shades of Free Speech Magenta #DB33E4
Tints of Free Speech Magenta #DB33E4
RGB
CMYK
RGB Variations
Color information
#DB33E4 (or 0xDB33E4) is known color: Free Speech Magenta. HEX triplet: DB, 33 and E4. RGB value is (219,51,228). Sum of RGB (Red+Green+Blue) = 219+51+228=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33E4 is #24CC1B. Grayscale: #787878. Windows color (decimal): -2411548 or 14955483. OLE color: 14955483.
HSL color Cylindrical-coordinate representation of color #DB33E4: hue angle of 296.95º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB33E4 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 51 | 228 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.11 |
| HSL | 296.95º | 0.77% | 0.55% | - |
| HSV(B) | 296.95º | 0.78% | 0.89% | - |
| XYZ | 44.4 | 23.03 | 75.5 | - |
| YUV | 121.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 228 | 0.04 | 0.78 | 0 | 0.11 | 296.95 | 0.77 | 0.55 |
| Hex | DB | 33 | E4 | 4 | 4E | 0 | B | 129 | 4D | 37 |
| Octal | 333 | 63 | 344 | 4 | 116 | 0 | 13 | 451 | 115 | 67 |
| Binary | 11011011 | 110011 | 11100100 | 100 | 1001110 | 0 | 1011 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DB33E4
Complementary color
Monochromatic Colors of #DB33E4
Black with #DB33E4
Text Example
Text Example
White with #DB33E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33E4; }
p { color: rgb(219,51,228); }
H1.HeaderClassName
{
color: #DB33E4;
}
.AnyTagClassName
{
color: #DB33E4;
}
</style>
background-color css
<style>
a { background-color: #DB33E4; }
a { background-color: rgb(219,51,228); }
div.DivClassName
{
background-color: #DB33E4;
}
.BgClassName
{
background-color: #DB33E4;
}
</style>
border-color css
<style>
span { border-color: #DB33E4; }
span { border-color: rgb(219,51,228); }
td.TdClassName
{
border-color: #DB33E4;
}
.TagClassName
{
border-color: #DB33E4;
}
</style>