Html Css Color HEX #DB4EC6 Free Speech Magenta
📋 copy color: '#DB4EC6'red 219 ◦ green 78 ◦ blue 198
Shades of Free Speech Magenta #DB4EC6
Tints of Free Speech Magenta #DB4EC6
RGB
CMYK
RGB Variations
Color information
#DB4EC6 (or 0xDB4EC6) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C6. RGB value is (219,78,198). Sum of RGB (Red+Green+Blue) = 219+78+198=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC6 is #24B139. Grayscale: #858585. Windows color (decimal): -2404666 or 12996315. OLE color: 12996315.
HSL color Cylindrical-coordinate representation of color #DB4EC6: hue angle of 308.94º 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 #DB4EC6 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 198 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.14 |
| HSL | 308.94º | 0.66% | 0.58% | - |
| HSV(B) | 308.94º | 0.64% | 0.86% | - |
| XYZ | 42.13 | 24.59 | 55.95 | - |
| YUV | 133.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 198 | 0 | 0.64 | 0.10 | 0.14 | 308.94 | 0.66 | 0.58 |
| Hex | DB | 4E | C6 | 0 | 40 | A | E | 135 | 42 | 3A |
| Octal | 333 | 116 | 306 | 0 | 100 | 12 | 16 | 465 | 102 | 72 |
| Binary | 11011011 | 1001110 | 11000110 | 0 | 1000000 | 1010 | 1110 | 100110101 | 1000010 | 111010 |
Color Harmonies of #DB4EC6
Complementary color
Monochromatic Colors of #DB4EC6
Black with #DB4EC6
Text Example
Text Example
White with #DB4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EC6; }
p { color: rgb(219,78,198); }
H1.HeaderClassName
{
color: #DB4EC6;
}
.AnyTagClassName
{
color: #DB4EC6;
}
</style>
background-color css
<style>
a { background-color: #DB4EC6; }
a { background-color: rgb(219,78,198); }
div.DivClassName
{
background-color: #DB4EC6;
}
.BgClassName
{
background-color: #DB4EC6;
}
</style>
border-color css
<style>
span { border-color: #DB4EC6; }
span { border-color: rgb(219,78,198); }
td.TdClassName
{
border-color: #DB4EC6;
}
.TagClassName
{
border-color: #DB4EC6;
}
</style>