Html Css Color HEX #DB4AC0 Free Speech Magenta
📋 copy color: '#DB4AC0'red 219 ◦ green 74 ◦ blue 192
Shades of Free Speech Magenta #DB4AC0
Tints of Free Speech Magenta #DB4AC0
RGB
CMYK
RGB Variations
Color information
#DB4AC0 (or 0xDB4AC0) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C0. RGB value is (219,74,192). Sum of RGB (Red+Green+Blue) = 219+74+192=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC0 is #24B53F. Grayscale: #828282. Windows color (decimal): -2405696 or 12602075. OLE color: 12602075.
HSL color Cylindrical-coordinate representation of color #DB4AC0: hue angle of 311.17º 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 #DB4AC0 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 192 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.14 |
| HSL | 311.17º | 0.67% | 0.57% | - |
| HSV(B) | 311.17º | 0.66% | 0.86% | - |
| XYZ | 41.18 | 23.76 | 52.29 | - |
| YUV | 130.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 192 | 0 | 0.66 | 0.12 | 0.14 | 311.17 | 0.67 | 0.57 |
| Hex | DB | 4A | C0 | 0 | 42 | C | E | 137 | 43 | 39 |
| Octal | 333 | 112 | 300 | 0 | 102 | 14 | 16 | 467 | 103 | 71 |
| Binary | 11011011 | 1001010 | 11000000 | 0 | 1000010 | 1100 | 1110 | 100110111 | 1000011 | 111001 |
Color Harmonies of #DB4AC0
Complementary color
Monochromatic Colors of #DB4AC0
Black with #DB4AC0
Text Example
Text Example
White with #DB4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AC0; }
p { color: rgb(219,74,192); }
H1.HeaderClassName
{
color: #DB4AC0;
}
.AnyTagClassName
{
color: #DB4AC0;
}
</style>
background-color css
<style>
a { background-color: #DB4AC0; }
a { background-color: rgb(219,74,192); }
div.DivClassName
{
background-color: #DB4AC0;
}
.BgClassName
{
background-color: #DB4AC0;
}
</style>
border-color css
<style>
span { border-color: #DB4AC0; }
span { border-color: rgb(219,74,192); }
td.TdClassName
{
border-color: #DB4AC0;
}
.TagClassName
{
border-color: #DB4AC0;
}
</style>