Shades of Fuchsia #DB3CC1
Tints of Fuchsia #DB3CC1
RGB
CMYK
RGB Variations
Color information
#DB3CC1 (or 0xDB3CC1) is known color: Fuchsia. HEX triplet: DB, 3C and C1. RGB value is (219,60,193). Sum of RGB (Red+Green+Blue) = 219+60+193=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CC1 is #24C33E. Grayscale: #7A7A7A. Windows color (decimal): -2409279 or 12664027. OLE color: 12664027.
HSL color Cylindrical-coordinate representation of color #DB3CC1: hue angle of 309.81º 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 #DB3CC1 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 193 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.14 |
| HSL | 309.81º | 0.69% | 0.55% | - |
| HSV(B) | 309.81º | 0.73% | 0.86% | - |
| XYZ | 40.45 | 22.14 | 52.59 | - |
| YUV | 122.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 193 | 0 | 0.73 | 0.12 | 0.14 | 309.81 | 0.69 | 0.55 |
| Hex | DB | 3C | C1 | 0 | 49 | C | E | 136 | 45 | 37 |
| Octal | 333 | 74 | 301 | 0 | 111 | 14 | 16 | 466 | 105 | 67 |
| Binary | 11011011 | 111100 | 11000001 | 0 | 1001001 | 1100 | 1110 | 100110110 | 1000101 | 110111 |
Color Harmonies of #DB3CC1
Complementary color
Monochromatic Colors of #DB3CC1
Black with #DB3CC1
Text Example
Text Example
White with #DB3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CC1; }
p { color: rgb(219,60,193); }
H1.HeaderClassName
{
color: #DB3CC1;
}
.AnyTagClassName
{
color: #DB3CC1;
}
</style>
background-color css
<style>
a { background-color: #DB3CC1; }
a { background-color: rgb(219,60,193); }
div.DivClassName
{
background-color: #DB3CC1;
}
.BgClassName
{
background-color: #DB3CC1;
}
</style>
border-color css
<style>
span { border-color: #DB3CC1; }
span { border-color: rgb(219,60,193); }
td.TdClassName
{
border-color: #DB3CC1;
}
.TagClassName
{
border-color: #DB3CC1;
}
</style>