Html Css Color HEX #DB4ECE Free Speech Magenta
📋 copy color: '#DB4ECE'red 219 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #DB4ECE
Tints of Free Speech Magenta #DB4ECE
RGB
CMYK
RGB Variations
Color information
#DB4ECE (or 0xDB4ECE) is known color: Free Speech Magenta. HEX triplet: DB, 4E and CE. RGB value is (219,78,206). Sum of RGB (Red+Green+Blue) = 219+78+206=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ECE is #24B131. Grayscale: #868686. Windows color (decimal): -2404658 or 13520603. OLE color: 13520603.
HSL color Cylindrical-coordinate representation of color #DB4ECE: hue angle of 305.53º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4ECE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 206 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.14 |
| HSL | 305.53º | 0.66% | 0.58% | - |
| HSV(B) | 305.53º | 0.64% | 0.86% | - |
| XYZ | 43.08 | 24.97 | 60.94 | - |
| YUV | 134.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 206 | 0 | 0.64 | 0.06 | 0.14 | 305.53 | 0.66 | 0.58 |
| Hex | DB | 4E | CE | 0 | 40 | 6 | E | 132 | 42 | 3A |
| Octal | 333 | 116 | 316 | 0 | 100 | 6 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11001110 | 0 | 1000000 | 110 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4ECE
Complementary color
Monochromatic Colors of #DB4ECE
Black with #DB4ECE
Text Example
Text Example
White with #DB4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ECE; }
p { color: rgb(219,78,206); }
H1.HeaderClassName
{
color: #DB4ECE;
}
.AnyTagClassName
{
color: #DB4ECE;
}
</style>
background-color css
<style>
a { background-color: #DB4ECE; }
a { background-color: rgb(219,78,206); }
div.DivClassName
{
background-color: #DB4ECE;
}
.BgClassName
{
background-color: #DB4ECE;
}
</style>
border-color css
<style>
span { border-color: #DB4ECE; }
span { border-color: rgb(219,78,206); }
td.TdClassName
{
border-color: #DB4ECE;
}
.TagClassName
{
border-color: #DB4ECE;
}
</style>