Shades of Fuchsia #DB3CB3
Tints of Fuchsia #DB3CB3
RGB
CMYK
RGB Variations
Color information
#DB3CB3 (or 0xDB3CB3) is known color: Fuchsia. HEX triplet: DB, 3C and B3. RGB value is (219,60,179). Sum of RGB (Red+Green+Blue) = 219+60+179=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CB3 is #24C34C. Grayscale: #787878. Windows color (decimal): -2409293 or 11746523. OLE color: 11746523.
HSL color Cylindrical-coordinate representation of color #DB3CB3: hue angle of 315.09º 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 #DB3CB3 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 179 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.14 |
| HSL | 315.09º | 0.69% | 0.55% | - |
| HSV(B) | 315.09º | 0.73% | 0.86% | - |
| XYZ | 38.97 | 21.55 | 44.75 | - |
| YUV | 121.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 179 | 0 | 0.73 | 0.18 | 0.14 | 315.09 | 0.69 | 0.55 |
| Hex | DB | 3C | B3 | 0 | 49 | 12 | E | 13B | 45 | 37 |
| Octal | 333 | 74 | 263 | 0 | 111 | 22 | 16 | 473 | 105 | 67 |
| Binary | 11011011 | 111100 | 10110011 | 0 | 1001001 | 10010 | 1110 | 100111011 | 1000101 | 110111 |
Color Harmonies of #DB3CB3
Complementary color
Monochromatic Colors of #DB3CB3
Black with #DB3CB3
Text Example
Text Example
White with #DB3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CB3; }
p { color: rgb(219,60,179); }
H1.HeaderClassName
{
color: #DB3CB3;
}
.AnyTagClassName
{
color: #DB3CB3;
}
</style>
background-color css
<style>
a { background-color: #DB3CB3; }
a { background-color: rgb(219,60,179); }
div.DivClassName
{
background-color: #DB3CB3;
}
.BgClassName
{
background-color: #DB3CB3;
}
</style>
border-color css
<style>
span { border-color: #DB3CB3; }
span { border-color: rgb(219,60,179); }
td.TdClassName
{
border-color: #DB3CB3;
}
.TagClassName
{
border-color: #DB3CB3;
}
</style>