Html Css Color HEX #DB4AC8 Free Speech Magenta
📋 copy color: '#DB4AC8'red 219 ◦ green 74 ◦ blue 200
Shades of Free Speech Magenta #DB4AC8
Tints of Free Speech Magenta #DB4AC8
RGB
CMYK
RGB Variations
Color information
#DB4AC8 (or 0xDB4AC8) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C8. RGB value is (219,74,200). Sum of RGB (Red+Green+Blue) = 219+74+200=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC8 is #24B537. Grayscale: #838383. Windows color (decimal): -2405688 or 13126363. OLE color: 13126363.
HSL color Cylindrical-coordinate representation of color #DB4AC8: hue angle of 307.86º 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 #DB4AC8 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 200 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.14 |
| HSL | 307.86º | 0.67% | 0.57% | - |
| HSV(B) | 307.86º | 0.66% | 0.86% | - |
| XYZ | 42.09 | 24.13 | 57.08 | - |
| YUV | 131.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 200 | 0 | 0.66 | 0.09 | 0.14 | 307.86 | 0.67 | 0.57 |
| Hex | DB | 4A | C8 | 0 | 42 | 9 | E | 134 | 43 | 39 |
| Octal | 333 | 112 | 310 | 0 | 102 | 11 | 16 | 464 | 103 | 71 |
| Binary | 11011011 | 1001010 | 11001000 | 0 | 1000010 | 1001 | 1110 | 100110100 | 1000011 | 111001 |
Color Harmonies of #DB4AC8
Complementary color
Monochromatic Colors of #DB4AC8
Black with #DB4AC8
Text Example
Text Example
White with #DB4AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AC8; }
p { color: rgb(219,74,200); }
H1.HeaderClassName
{
color: #DB4AC8;
}
.AnyTagClassName
{
color: #DB4AC8;
}
</style>
background-color css
<style>
a { background-color: #DB4AC8; }
a { background-color: rgb(219,74,200); }
div.DivClassName
{
background-color: #DB4AC8;
}
.BgClassName
{
background-color: #DB4AC8;
}
</style>
border-color css
<style>
span { border-color: #DB4AC8; }
span { border-color: rgb(219,74,200); }
td.TdClassName
{
border-color: #DB4AC8;
}
.TagClassName
{
border-color: #DB4AC8;
}
</style>