Html Css Color HEX #DB4CE8 Free Speech Magenta
📋 copy color: '#DB4CE8'red 219 ◦ green 76 ◦ blue 232
Shades of Free Speech Magenta #DB4CE8
Tints of Free Speech Magenta #DB4CE8
RGB
CMYK
RGB Variations
Color information
#DB4CE8 (or 0xDB4CE8) is known color: Free Speech Magenta. HEX triplet: DB, 4C and E8. RGB value is (219,76,232). Sum of RGB (Red+Green+Blue) = 219+76+232=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB4CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CE8 is #24B317. Grayscale: #888888. Windows color (decimal): -2405144 or 15224027. OLE color: 15224027.
HSL color Cylindrical-coordinate representation of color #DB4CE8: hue angle of 295º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4CE8 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 76 | 232 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.09 |
| HSL | 295º | 0.77% | 0.6% | - |
| HSV(B) | 295º | 0.67% | 0.91% | - |
| XYZ | 46.36 | 26.06 | 78.93 | - |
| YUV | 136.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 232 | 0.06 | 0.67 | 0 | 0.09 | 295 | 0.77 | 0.6 |
| Hex | DB | 4C | E8 | 6 | 43 | 0 | 9 | 127 | 4D | 3C |
| Octal | 333 | 114 | 350 | 6 | 103 | 0 | 11 | 447 | 115 | 74 |
| Binary | 11011011 | 1001100 | 11101000 | 110 | 1000011 | 0 | 1001 | 100100111 | 1001101 | 111100 |
Color Harmonies of #DB4CE8
Complementary color
Monochromatic Colors of #DB4CE8
Black with #DB4CE8
Text Example
Text Example
White with #DB4CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CE8; }
p { color: rgb(219,76,232); }
H1.HeaderClassName
{
color: #DB4CE8;
}
.AnyTagClassName
{
color: #DB4CE8;
}
</style>
background-color css
<style>
a { background-color: #DB4CE8; }
a { background-color: rgb(219,76,232); }
div.DivClassName
{
background-color: #DB4CE8;
}
.BgClassName
{
background-color: #DB4CE8;
}
</style>
border-color css
<style>
span { border-color: #DB4CE8; }
span { border-color: rgb(219,76,232); }
td.TdClassName
{
border-color: #DB4CE8;
}
.TagClassName
{
border-color: #DB4CE8;
}
</style>