Html Css Color HEX #DB5ECE Free Speech Magenta
📋 copy color: '#DB5ECE'red 219 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #DB5ECE
Tints of Free Speech Magenta #DB5ECE
RGB
CMYK
RGB Variations
Color information
#DB5ECE (or 0xDB5ECE) is known color: Free Speech Magenta. HEX triplet: DB, 5E and CE. RGB value is (219,94,206). Sum of RGB (Red+Green+Blue) = 219+94+206=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ECE is #24A131. Grayscale: #8F8F8F. Windows color (decimal): -2400562 or 13524699. OLE color: 13524699.
HSL color Cylindrical-coordinate representation of color #DB5ECE: hue angle of 306.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ECE is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 206 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.14 |
| HSL | 306.24º | 0.63% | 0.61% | - |
| HSV(B) | 306.24º | 0.57% | 0.86% | - |
| XYZ | 44.36 | 27.52 | 61.37 | - |
| YUV | 144.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 206 | 0 | 0.57 | 0.06 | 0.14 | 306.24 | 0.63 | 0.61 |
| Hex | DB | 5E | CE | 0 | 39 | 6 | E | 132 | 3F | 3D |
| Octal | 333 | 136 | 316 | 0 | 71 | 6 | 16 | 462 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11001110 | 0 | 111001 | 110 | 1110 | 100110010 | 111111 | 111101 |
Color Harmonies of #DB5ECE
Complementary color
Monochromatic Colors of #DB5ECE
Black with #DB5ECE
Text Example
Text Example
White with #DB5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ECE; }
p { color: rgb(219,94,206); }
H1.HeaderClassName
{
color: #DB5ECE;
}
.AnyTagClassName
{
color: #DB5ECE;
}
</style>
background-color css
<style>
a { background-color: #DB5ECE; }
a { background-color: rgb(219,94,206); }
div.DivClassName
{
background-color: #DB5ECE;
}
.BgClassName
{
background-color: #DB5ECE;
}
</style>
border-color css
<style>
span { border-color: #DB5ECE; }
span { border-color: rgb(219,94,206); }
td.TdClassName
{
border-color: #DB5ECE;
}
.TagClassName
{
border-color: #DB5ECE;
}
</style>