Html Css Color HEX #DB4AE8 Free Speech Magenta
📋 copy color: '#DB4AE8'red 219 ◦ green 74 ◦ blue 232
Shades of Free Speech Magenta #DB4AE8
Tints of Free Speech Magenta #DB4AE8
RGB
CMYK
RGB Variations
Color information
#DB4AE8 (or 0xDB4AE8) is known color: Free Speech Magenta. HEX triplet: DB, 4A and E8. RGB value is (219,74,232). Sum of RGB (Red+Green+Blue) = 219+74+232=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB4AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AE8 is #24B517. Grayscale: #868686. Windows color (decimal): -2405656 or 15223515. OLE color: 15223515.
HSL color Cylindrical-coordinate representation of color #DB4AE8: hue angle of 295.06º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4AE8 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 74 | 232 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.09 |
| HSL | 295.06º | 0.77% | 0.6% | - |
| HSV(B) | 295.06º | 0.68% | 0.91% | - |
| XYZ | 46.23 | 25.78 | 78.88 | - |
| YUV | 135.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 232 | 0.06 | 0.68 | 0 | 0.09 | 295.06 | 0.77 | 0.6 |
| Hex | DB | 4A | E8 | 6 | 44 | 0 | 9 | 127 | 4D | 3C |
| Octal | 333 | 112 | 350 | 6 | 104 | 0 | 11 | 447 | 115 | 74 |
| Binary | 11011011 | 1001010 | 11101000 | 110 | 1000100 | 0 | 1001 | 100100111 | 1001101 | 111100 |
Color Harmonies of #DB4AE8
Complementary color
Monochromatic Colors of #DB4AE8
Black with #DB4AE8
Text Example
Text Example
White with #DB4AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AE8; }
p { color: rgb(219,74,232); }
H1.HeaderClassName
{
color: #DB4AE8;
}
.AnyTagClassName
{
color: #DB4AE8;
}
</style>
background-color css
<style>
a { background-color: #DB4AE8; }
a { background-color: rgb(219,74,232); }
div.DivClassName
{
background-color: #DB4AE8;
}
.BgClassName
{
background-color: #DB4AE8;
}
</style>
border-color css
<style>
span { border-color: #DB4AE8; }
span { border-color: rgb(219,74,232); }
td.TdClassName
{
border-color: #DB4AE8;
}
.TagClassName
{
border-color: #DB4AE8;
}
</style>