Html Css Color HEX #DB45E4 Free Speech Magenta
📋 copy color: '#DB45E4'red 219 ◦ green 69 ◦ blue 228
Shades of Free Speech Magenta #DB45E4
Tints of Free Speech Magenta #DB45E4
RGB
CMYK
RGB Variations
Color information
#DB45E4 (or 0xDB45E4) is known color: Free Speech Magenta. HEX triplet: DB, 45 and E4. RGB value is (219,69,228). Sum of RGB (Red+Green+Blue) = 219+69+228=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB45E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45E4 is #24BA1B. Grayscale: #838383. Windows color (decimal): -2406940 or 14960091. OLE color: 14960091.
HSL color Cylindrical-coordinate representation of color #DB45E4: hue angle of 296.6º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB45E4 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 69 | 228 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.11 |
| HSL | 296.6º | 0.75% | 0.58% | - |
| HSV(B) | 296.6º | 0.7% | 0.89% | - |
| XYZ | 45.35 | 24.92 | 75.82 | - |
| YUV | 131.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 228 | 0.04 | 0.70 | 0 | 0.11 | 296.6 | 0.75 | 0.58 |
| Hex | DB | 45 | E4 | 4 | 46 | 0 | B | 129 | 4B | 3A |
| Octal | 333 | 105 | 344 | 4 | 106 | 0 | 13 | 451 | 113 | 72 |
| Binary | 11011011 | 1000101 | 11100100 | 100 | 1000110 | 0 | 1011 | 100101001 | 1001011 | 111010 |
Color Harmonies of #DB45E4
Complementary color
Monochromatic Colors of #DB45E4
Black with #DB45E4
Text Example
Text Example
White with #DB45E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45E4; }
p { color: rgb(219,69,228); }
H1.HeaderClassName
{
color: #DB45E4;
}
.AnyTagClassName
{
color: #DB45E4;
}
</style>
background-color css
<style>
a { background-color: #DB45E4; }
a { background-color: rgb(219,69,228); }
div.DivClassName
{
background-color: #DB45E4;
}
.BgClassName
{
background-color: #DB45E4;
}
</style>
border-color css
<style>
span { border-color: #DB45E4; }
span { border-color: rgb(219,69,228); }
td.TdClassName
{
border-color: #DB45E4;
}
.TagClassName
{
border-color: #DB45E4;
}
</style>