Shades of Fuchsia #DB4BAF
Tints of Fuchsia #DB4BAF
RGB
CMYK
RGB Variations
Color information
#DB4BAF (or 0xDB4BAF) is known color: Fuchsia. HEX triplet: DB, 4B and AF. RGB value is (219,75,175). Sum of RGB (Red+Green+Blue) = 219+75+175=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4BAF is #24B450. Grayscale: #818181. Windows color (decimal): -2405457 or 11488219. OLE color: 11488219.
HSL color Cylindrical-coordinate representation of color #DB4BAF: hue angle of 318.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BAF is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 175 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.14 |
| HSL | 318.33º | 0.67% | 0.58% | - |
| HSV(B) | 318.33º | 0.66% | 0.86% | - |
| XYZ | 39.47 | 23.19 | 42.95 | - |
| YUV | 129.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 175 | 0 | 0.66 | 0.20 | 0.14 | 318.33 | 0.67 | 0.58 |
| Hex | DB | 4B | AF | 0 | 42 | 14 | E | 13E | 43 | 3A |
| Octal | 333 | 113 | 257 | 0 | 102 | 24 | 16 | 476 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10101111 | 0 | 1000010 | 10100 | 1110 | 100111110 | 1000011 | 111010 |
Color Harmonies of #DB4BAF
Complementary color
Monochromatic Colors of #DB4BAF
Black with #DB4BAF
Text Example
Text Example
White with #DB4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BAF; }
p { color: rgb(219,75,175); }
H1.HeaderClassName
{
color: #DB4BAF;
}
.AnyTagClassName
{
color: #DB4BAF;
}
</style>
background-color css
<style>
a { background-color: #DB4BAF; }
a { background-color: rgb(219,75,175); }
div.DivClassName
{
background-color: #DB4BAF;
}
.BgClassName
{
background-color: #DB4BAF;
}
</style>
border-color css
<style>
span { border-color: #DB4BAF; }
span { border-color: rgb(219,75,175); }
td.TdClassName
{
border-color: #DB4BAF;
}
.TagClassName
{
border-color: #DB4BAF;
}
</style>