Shades of Fuchsia #DB3CBD
Tints of Fuchsia #DB3CBD
RGB
CMYK
RGB Variations
Color information
#DB3CBD (or 0xDB3CBD) is known color: Fuchsia. HEX triplet: DB, 3C and BD. RGB value is (219,60,189). Sum of RGB (Red+Green+Blue) = 219+60+189=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CBD is #24C342. Grayscale: #797979. Windows color (decimal): -2409283 or 12401883. OLE color: 12401883.
HSL color Cylindrical-coordinate representation of color #DB3CBD: hue angle of 311.32º 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 #DB3CBD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 189 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.14 |
| HSL | 311.32º | 0.69% | 0.55% | - |
| HSV(B) | 311.32º | 0.73% | 0.86% | - |
| XYZ | 40.01 | 21.97 | 50.27 | - |
| YUV | 122.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 189 | 0 | 0.73 | 0.14 | 0.14 | 311.32 | 0.69 | 0.55 |
| Hex | DB | 3C | BD | 0 | 49 | E | E | 137 | 45 | 37 |
| Octal | 333 | 74 | 275 | 0 | 111 | 16 | 16 | 467 | 105 | 67 |
| Binary | 11011011 | 111100 | 10111101 | 0 | 1001001 | 1110 | 1110 | 100110111 | 1000101 | 110111 |
Color Harmonies of #DB3CBD
Complementary color
Monochromatic Colors of #DB3CBD
Black with #DB3CBD
Text Example
Text Example
White with #DB3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CBD; }
p { color: rgb(219,60,189); }
H1.HeaderClassName
{
color: #DB3CBD;
}
.AnyTagClassName
{
color: #DB3CBD;
}
</style>
background-color css
<style>
a { background-color: #DB3CBD; }
a { background-color: rgb(219,60,189); }
div.DivClassName
{
background-color: #DB3CBD;
}
.BgClassName
{
background-color: #DB3CBD;
}
</style>
border-color css
<style>
span { border-color: #DB3CBD; }
span { border-color: rgb(219,60,189); }
td.TdClassName
{
border-color: #DB3CBD;
}
.TagClassName
{
border-color: #DB3CBD;
}
</style>