Shades of Fuchsia #DB5CB6
Tints of Fuchsia #DB5CB6
RGB
CMYK
RGB Variations
Color information
#DB5CB6 (or 0xDB5CB6) is known color: Fuchsia. HEX triplet: DB, 5C and B6. RGB value is (219,92,182). Sum of RGB (Red+Green+Blue) = 219+92+182=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CB6 is #24A349. Grayscale: #8C8C8C. Windows color (decimal): -2401098 or 11951323. OLE color: 11951323.
HSL color Cylindrical-coordinate representation of color #DB5CB6: hue angle of 317.48º 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 #DB5CB6 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 182 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.14 |
| HSL | 317.48º | 0.64% | 0.61% | - |
| HSV(B) | 317.48º | 0.58% | 0.86% | - |
| XYZ | 41.48 | 26.09 | 47.11 | - |
| YUV | 140.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 182 | 0 | 0.58 | 0.17 | 0.14 | 317.48 | 0.64 | 0.61 |
| Hex | DB | 5C | B6 | 0 | 3A | 11 | E | 13D | 40 | 3D |
| Octal | 333 | 134 | 266 | 0 | 72 | 21 | 16 | 475 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10110110 | 0 | 111010 | 10001 | 1110 | 100111101 | 1000000 | 111101 |
Color Harmonies of #DB5CB6
Complementary color
Monochromatic Colors of #DB5CB6
Black with #DB5CB6
Text Example
Text Example
White with #DB5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5CB6; }
p { color: rgb(219,92,182); }
H1.HeaderClassName
{
color: #DB5CB6;
}
.AnyTagClassName
{
color: #DB5CB6;
}
</style>
background-color css
<style>
a { background-color: #DB5CB6; }
a { background-color: rgb(219,92,182); }
div.DivClassName
{
background-color: #DB5CB6;
}
.BgClassName
{
background-color: #DB5CB6;
}
</style>
border-color css
<style>
span { border-color: #DB5CB6; }
span { border-color: rgb(219,92,182); }
td.TdClassName
{
border-color: #DB5CB6;
}
.TagClassName
{
border-color: #DB5CB6;
}
</style>