Html Css Color HEX #DB4EC3 Free Speech Magenta
📋 copy color: '#DB4EC3'red 219 ◦ green 78 ◦ blue 195
Shades of Free Speech Magenta #DB4EC3
Tints of Free Speech Magenta #DB4EC3
RGB
CMYK
RGB Variations
Color information
#DB4EC3 (or 0xDB4EC3) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C3. RGB value is (219,78,195). Sum of RGB (Red+Green+Blue) = 219+78+195=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC3 is #24B13C. Grayscale: #858585. Windows color (decimal): -2404669 or 12799707. OLE color: 12799707.
HSL color Cylindrical-coordinate representation of color #DB4EC3: hue angle of 310.21º 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 #DB4EC3 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 195 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.14 |
| HSL | 310.21º | 0.66% | 0.58% | - |
| HSV(B) | 310.21º | 0.64% | 0.86% | - |
| XYZ | 41.79 | 24.45 | 54.15 | - |
| YUV | 133.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 195 | 0 | 0.64 | 0.11 | 0.14 | 310.21 | 0.66 | 0.58 |
| Hex | DB | 4E | C3 | 0 | 40 | B | E | 136 | 42 | 3A |
| Octal | 333 | 116 | 303 | 0 | 100 | 13 | 16 | 466 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11000011 | 0 | 1000000 | 1011 | 1110 | 100110110 | 1000010 | 111010 |
Color Harmonies of #DB4EC3
Complementary color
Monochromatic Colors of #DB4EC3
Black with #DB4EC3
Text Example
Text Example
White with #DB4EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EC3; }
p { color: rgb(219,78,195); }
H1.HeaderClassName
{
color: #DB4EC3;
}
.AnyTagClassName
{
color: #DB4EC3;
}
</style>
background-color css
<style>
a { background-color: #DB4EC3; }
a { background-color: rgb(219,78,195); }
div.DivClassName
{
background-color: #DB4EC3;
}
.BgClassName
{
background-color: #DB4EC3;
}
</style>
border-color css
<style>
span { border-color: #DB4EC3; }
span { border-color: rgb(219,78,195); }
td.TdClassName
{
border-color: #DB4EC3;
}
.TagClassName
{
border-color: #DB4EC3;
}
</style>