Shades of Fuchsia #DB3CB4
Tints of Fuchsia #DB3CB4
RGB
CMYK
RGB Variations
Color information
#DB3CB4 (or 0xDB3CB4) is known color: Fuchsia. HEX triplet: DB, 3C and B4. RGB value is (219,60,180). Sum of RGB (Red+Green+Blue) = 219+60+180=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CB4 is #24C34B. Grayscale: #787878. Windows color (decimal): -2409292 or 11812059. OLE color: 11812059.
HSL color Cylindrical-coordinate representation of color #DB3CB4: hue angle of 314.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CB4 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 180 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.14 |
| HSL | 314.72º | 0.69% | 0.55% | - |
| HSV(B) | 314.72º | 0.73% | 0.86% | - |
| XYZ | 39.07 | 21.59 | 45.29 | - |
| YUV | 121.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 180 | 0 | 0.73 | 0.18 | 0.14 | 314.72 | 0.69 | 0.55 |
| Hex | DB | 3C | B4 | 0 | 49 | 12 | E | 13B | 45 | 37 |
| Octal | 333 | 74 | 264 | 0 | 111 | 22 | 16 | 473 | 105 | 67 |
| Binary | 11011011 | 111100 | 10110100 | 0 | 1001001 | 10010 | 1110 | 100111011 | 1000101 | 110111 |
Color Harmonies of #DB3CB4
Complementary color
Monochromatic Colors of #DB3CB4
Black with #DB3CB4
Text Example
Text Example
White with #DB3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CB4; }
p { color: rgb(219,60,180); }
H1.HeaderClassName
{
color: #DB3CB4;
}
.AnyTagClassName
{
color: #DB3CB4;
}
</style>
background-color css
<style>
a { background-color: #DB3CB4; }
a { background-color: rgb(219,60,180); }
div.DivClassName
{
background-color: #DB3CB4;
}
.BgClassName
{
background-color: #DB3CB4;
}
</style>
border-color css
<style>
span { border-color: #DB3CB4; }
span { border-color: rgb(219,60,180); }
td.TdClassName
{
border-color: #DB3CB4;
}
.TagClassName
{
border-color: #DB3CB4;
}
</style>