Shades of Fuchsia #DB4AAF
Tints of Fuchsia #DB4AAF
RGB
CMYK
RGB Variations
Color information
#DB4AAF (or 0xDB4AAF) is known color: Fuchsia. HEX triplet: DB, 4A and AF. RGB value is (219,74,175). Sum of RGB (Red+Green+Blue) = 219+74+175=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAF is #24B550. Grayscale: #808080. Windows color (decimal): -2405713 or 11487963. OLE color: 11487963.
HSL color Cylindrical-coordinate representation of color #DB4AAF: hue angle of 318.21º 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 #DB4AAF is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 175 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.14 |
| HSL | 318.21º | 0.67% | 0.57% | - |
| HSV(B) | 318.21º | 0.66% | 0.86% | - |
| XYZ | 39.4 | 23.05 | 42.93 | - |
| YUV | 128.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 175 | 0 | 0.66 | 0.20 | 0.14 | 318.21 | 0.67 | 0.57 |
| Hex | DB | 4A | AF | 0 | 42 | 14 | E | 13E | 43 | 39 |
| Octal | 333 | 112 | 257 | 0 | 102 | 24 | 16 | 476 | 103 | 71 |
| Binary | 11011011 | 1001010 | 10101111 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000011 | 111001 |
Color Harmonies of #DB4AAF
Complementary color
Monochromatic Colors of #DB4AAF
Black with #DB4AAF
Text Example
Text Example
White with #DB4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AAF; }
p { color: rgb(219,74,175); }
H1.HeaderClassName
{
color: #DB4AAF;
}
.AnyTagClassName
{
color: #DB4AAF;
}
</style>
background-color css
<style>
a { background-color: #DB4AAF; }
a { background-color: rgb(219,74,175); }
div.DivClassName
{
background-color: #DB4AAF;
}
.BgClassName
{
background-color: #DB4AAF;
}
</style>
border-color css
<style>
span { border-color: #DB4AAF; }
span { border-color: rgb(219,74,175); }
td.TdClassName
{
border-color: #DB4AAF;
}
.TagClassName
{
border-color: #DB4AAF;
}
</style>