Html Css Color HEX #DB4ECB Free Speech Magenta
📋 copy color: '#DB4ECB'red 219 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #DB4ECB
Tints of Free Speech Magenta #DB4ECB
RGB
CMYK
RGB Variations
Color information
#DB4ECB (or 0xDB4ECB) is known color: Free Speech Magenta. HEX triplet: DB, 4E and CB. RGB value is (219,78,203). Sum of RGB (Red+Green+Blue) = 219+78+203=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ECB is #24B134. Grayscale: #868686. Windows color (decimal): -2404661 or 13323995. OLE color: 13323995.
HSL color Cylindrical-coordinate representation of color #DB4ECB: hue angle of 306.81º 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 #DB4ECB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 203 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.14 |
| HSL | 306.81º | 0.66% | 0.58% | - |
| HSV(B) | 306.81º | 0.64% | 0.86% | - |
| XYZ | 42.72 | 24.82 | 59.04 | - |
| YUV | 134.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 203 | 0 | 0.64 | 0.07 | 0.14 | 306.81 | 0.66 | 0.58 |
| Hex | DB | 4E | CB | 0 | 40 | 7 | E | 133 | 42 | 3A |
| Octal | 333 | 116 | 313 | 0 | 100 | 7 | 16 | 463 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11001011 | 0 | 1000000 | 111 | 1110 | 100110011 | 1000010 | 111010 |
Color Harmonies of #DB4ECB
Complementary color
Monochromatic Colors of #DB4ECB
Black with #DB4ECB
Text Example
Text Example
White with #DB4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4ECB; }
p { color: rgb(219,78,203); }
H1.HeaderClassName
{
color: #DB4ECB;
}
.AnyTagClassName
{
color: #DB4ECB;
}
</style>
background-color css
<style>
a { background-color: #DB4ECB; }
a { background-color: rgb(219,78,203); }
div.DivClassName
{
background-color: #DB4ECB;
}
.BgClassName
{
background-color: #DB4ECB;
}
</style>
border-color css
<style>
span { border-color: #DB4ECB; }
span { border-color: rgb(219,78,203); }
td.TdClassName
{
border-color: #DB4ECB;
}
.TagClassName
{
border-color: #DB4ECB;
}
</style>