Shades of Fuchsia #DB5DB3
Tints of Fuchsia #DB5DB3
RGB
CMYK
RGB Variations
Color information
#DB5DB3 (or 0xDB5DB3) is known color: Fuchsia. HEX triplet: DB, 5D and B3. RGB value is (219,93,179). Sum of RGB (Red+Green+Blue) = 219+93+179=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DB3 is #24A24C. Grayscale: #8C8C8C. Windows color (decimal): -2400845 or 11754971. OLE color: 11754971.
HSL color Cylindrical-coordinate representation of color #DB5DB3: hue angle of 319.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB3 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 179 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.14 |
| HSL | 319.05º | 0.64% | 0.61% | - |
| HSV(B) | 319.05º | 0.58% | 0.86% | - |
| XYZ | 41.26 | 26.14 | 45.52 | - |
| YUV | 140.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 179 | 0 | 0.58 | 0.18 | 0.14 | 319.05 | 0.64 | 0.61 |
| Hex | DB | 5D | B3 | 0 | 3A | 12 | E | 13F | 40 | 3D |
| Octal | 333 | 135 | 263 | 0 | 72 | 22 | 16 | 477 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10110011 | 0 | 111010 | 10010 | 1110 | 100111111 | 1000000 | 111101 |
Color Harmonies of #DB5DB3
Complementary color
Monochromatic Colors of #DB5DB3
Black with #DB5DB3
Text Example
Text Example
White with #DB5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DB3; }
p { color: rgb(219,93,179); }
H1.HeaderClassName
{
color: #DB5DB3;
}
.AnyTagClassName
{
color: #DB5DB3;
}
</style>
background-color css
<style>
a { background-color: #DB5DB3; }
a { background-color: rgb(219,93,179); }
div.DivClassName
{
background-color: #DB5DB3;
}
.BgClassName
{
background-color: #DB5DB3;
}
</style>
border-color css
<style>
span { border-color: #DB5DB3; }
span { border-color: rgb(219,93,179); }
td.TdClassName
{
border-color: #DB5DB3;
}
.TagClassName
{
border-color: #DB5DB3;
}
</style>