Html Css Color HEX #DB4AC2 Free Speech Magenta
📋 copy color: '#DB4AC2'red 219 ◦ green 74 ◦ blue 194
Shades of Free Speech Magenta #DB4AC2
Tints of Free Speech Magenta #DB4AC2
RGB
CMYK
RGB Variations
Color information
#DB4AC2 (or 0xDB4AC2) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C2. RGB value is (219,74,194). Sum of RGB (Red+Green+Blue) = 219+74+194=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC2 is #24B53D. Grayscale: #828282. Windows color (decimal): -2405694 or 12733147. OLE color: 12733147.
HSL color Cylindrical-coordinate representation of color #DB4AC2: hue angle of 310.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4AC2 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 194 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.14 |
| HSL | 310.34º | 0.67% | 0.57% | - |
| HSV(B) | 310.34º | 0.66% | 0.86% | - |
| XYZ | 41.4 | 23.85 | 53.46 | - |
| YUV | 131.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 194 | 0 | 0.66 | 0.11 | 0.14 | 310.34 | 0.67 | 0.57 |
| Hex | DB | 4A | C2 | 0 | 42 | B | E | 136 | 43 | 39 |
| Octal | 333 | 112 | 302 | 0 | 102 | 13 | 16 | 466 | 103 | 71 |
| Binary | 11011011 | 1001010 | 11000010 | 0 | 1000010 | 1011 | 1110 | 100110110 | 1000011 | 111001 |
Color Harmonies of #DB4AC2
Complementary color
Monochromatic Colors of #DB4AC2
Black with #DB4AC2
Text Example
Text Example
White with #DB4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AC2; }
p { color: rgb(219,74,194); }
H1.HeaderClassName
{
color: #DB4AC2;
}
.AnyTagClassName
{
color: #DB4AC2;
}
</style>
background-color css
<style>
a { background-color: #DB4AC2; }
a { background-color: rgb(219,74,194); }
div.DivClassName
{
background-color: #DB4AC2;
}
.BgClassName
{
background-color: #DB4AC2;
}
</style>
border-color css
<style>
span { border-color: #DB4AC2; }
span { border-color: rgb(219,74,194); }
td.TdClassName
{
border-color: #DB4AC2;
}
.TagClassName
{
border-color: #DB4AC2;
}
</style>