Shades of Fuchsia #DB3DB2
Tints of Fuchsia #DB3DB2
RGB
CMYK
RGB Variations
Color information
#DB3DB2 (or 0xDB3DB2) is known color: Fuchsia. HEX triplet: DB, 3D and B2. RGB value is (219,61,178). Sum of RGB (Red+Green+Blue) = 219+61+178=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DB2 is #24C24D. Grayscale: #797979. Windows color (decimal): -2409038 or 11681243. OLE color: 11681243.
HSL color Cylindrical-coordinate representation of color #DB3DB2: hue angle of 315.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DB2 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 178 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.14 |
| HSL | 315.57º | 0.69% | 0.55% | - |
| HSV(B) | 315.57º | 0.72% | 0.86% | - |
| XYZ | 38.92 | 21.61 | 44.24 | - |
| YUV | 121.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 178 | 0 | 0.72 | 0.19 | 0.14 | 315.57 | 0.69 | 0.55 |
| Hex | DB | 3D | B2 | 0 | 48 | 13 | E | 13C | 45 | 37 |
| Octal | 333 | 75 | 262 | 0 | 110 | 23 | 16 | 474 | 105 | 67 |
| Binary | 11011011 | 111101 | 10110010 | 0 | 1001000 | 10011 | 1110 | 100111100 | 1000101 | 110111 |
Color Harmonies of #DB3DB2
Complementary color
Monochromatic Colors of #DB3DB2
Black with #DB3DB2
Text Example
Text Example
White with #DB3DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DB2; }
p { color: rgb(219,61,178); }
H1.HeaderClassName
{
color: #DB3DB2;
}
.AnyTagClassName
{
color: #DB3DB2;
}
</style>
background-color css
<style>
a { background-color: #DB3DB2; }
a { background-color: rgb(219,61,178); }
div.DivClassName
{
background-color: #DB3DB2;
}
.BgClassName
{
background-color: #DB3DB2;
}
</style>
border-color css
<style>
span { border-color: #DB3DB2; }
span { border-color: rgb(219,61,178); }
td.TdClassName
{
border-color: #DB3DB2;
}
.TagClassName
{
border-color: #DB3DB2;
}
</style>