Shades of Fuchsia #DB5DB4
Tints of Fuchsia #DB5DB4
RGB
CMYK
RGB Variations
Color information
#DB5DB4 (or 0xDB5DB4) is known color: Fuchsia. HEX triplet: DB, 5D and B4. RGB value is (219,93,180). Sum of RGB (Red+Green+Blue) = 219+93+180=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DB4 is #24A24B. Grayscale: #8C8C8C. Windows color (decimal): -2400844 or 11820507. OLE color: 11820507.
HSL color Cylindrical-coordinate representation of color #DB5DB4: hue angle of 318.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 180 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.14 |
| HSL | 318.57º | 0.64% | 0.61% | - |
| HSV(B) | 318.57º | 0.58% | 0.86% | - |
| XYZ | 41.37 | 26.18 | 46.05 | - |
| YUV | 140.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 180 | 0 | 0.58 | 0.18 | 0.14 | 318.57 | 0.64 | 0.61 |
| Hex | DB | 5D | B4 | 0 | 3A | 12 | E | 13F | 40 | 3D |
| Octal | 333 | 135 | 264 | 0 | 72 | 22 | 16 | 477 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10110100 | 0 | 111010 | 10010 | 1110 | 100111111 | 1000000 | 111101 |
Color Harmonies of #DB5DB4
Complementary color
Monochromatic Colors of #DB5DB4
Black with #DB5DB4
Text Example
Text Example
White with #DB5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DB4; }
p { color: rgb(219,93,180); }
H1.HeaderClassName
{
color: #DB5DB4;
}
.AnyTagClassName
{
color: #DB5DB4;
}
</style>
background-color css
<style>
a { background-color: #DB5DB4; }
a { background-color: rgb(219,93,180); }
div.DivClassName
{
background-color: #DB5DB4;
}
.BgClassName
{
background-color: #DB5DB4;
}
</style>
border-color css
<style>
span { border-color: #DB5DB4; }
span { border-color: rgb(219,93,180); }
td.TdClassName
{
border-color: #DB5DB4;
}
.TagClassName
{
border-color: #DB5DB4;
}
</style>