Html Css Color HEX #DB4EC2 Free Speech Magenta
📋 copy color: '#DB4EC2'red 219 ◦ green 78 ◦ blue 194
Shades of Free Speech Magenta #DB4EC2
Tints of Free Speech Magenta #DB4EC2
RGB
CMYK
RGB Variations
Color information
#DB4EC2 (or 0xDB4EC2) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C2. RGB value is (219,78,194). Sum of RGB (Red+Green+Blue) = 219+78+194=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC2 is #24B13D. Grayscale: #858585. Windows color (decimal): -2404670 or 12734171. OLE color: 12734171.
HSL color Cylindrical-coordinate representation of color #DB4EC2: hue angle of 310.64º 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 #DB4EC2 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 194 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.14 |
| HSL | 310.64º | 0.66% | 0.58% | - |
| HSV(B) | 310.64º | 0.64% | 0.86% | - |
| XYZ | 41.68 | 24.4 | 53.55 | - |
| YUV | 133.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 194 | 0 | 0.64 | 0.11 | 0.14 | 310.64 | 0.66 | 0.58 |
| Hex | DB | 4E | C2 | 0 | 40 | B | E | 137 | 42 | 3A |
| Octal | 333 | 116 | 302 | 0 | 100 | 13 | 16 | 467 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11000010 | 0 | 1000000 | 1011 | 1110 | 100110111 | 1000010 | 111010 |
Color Harmonies of #DB4EC2
Complementary color
Monochromatic Colors of #DB4EC2
Black with #DB4EC2
Text Example
Text Example
White with #DB4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EC2; }
p { color: rgb(219,78,194); }
H1.HeaderClassName
{
color: #DB4EC2;
}
.AnyTagClassName
{
color: #DB4EC2;
}
</style>
background-color css
<style>
a { background-color: #DB4EC2; }
a { background-color: rgb(219,78,194); }
div.DivClassName
{
background-color: #DB4EC2;
}
.BgClassName
{
background-color: #DB4EC2;
}
</style>
border-color css
<style>
span { border-color: #DB4EC2; }
span { border-color: rgb(219,78,194); }
td.TdClassName
{
border-color: #DB4EC2;
}
.TagClassName
{
border-color: #DB4EC2;
}
</style>