Shades of Fuchsia #DB42B2
Tints of Fuchsia #DB42B2
RGB
CMYK
RGB Variations
Color information
#DB42B2 (or 0xDB42B2) is known color: Fuchsia. HEX triplet: DB, 42 and B2. RGB value is (219,66,178). Sum of RGB (Red+Green+Blue) = 219+66+178=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42B2 is #24BD4D. Grayscale: #7C7C7C. Windows color (decimal): -2407758 or 11682523. OLE color: 11682523.
HSL color Cylindrical-coordinate representation of color #DB42B2: hue angle of 316.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42B2 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 178 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.14 |
| HSL | 316.08º | 0.68% | 0.56% | - |
| HSV(B) | 316.08º | 0.7% | 0.86% | - |
| XYZ | 39.2 | 22.17 | 44.33 | - |
| YUV | 124.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 178 | 0 | 0.70 | 0.19 | 0.14 | 316.08 | 0.68 | 0.56 |
| Hex | DB | 42 | B2 | 0 | 46 | 13 | E | 13C | 44 | 38 |
| Octal | 333 | 102 | 262 | 0 | 106 | 23 | 16 | 474 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10110010 | 0 | 1000110 | 10011 | 1110 | 100111100 | 1000100 | 111000 |
Color Harmonies of #DB42B2
Complementary color
Monochromatic Colors of #DB42B2
Black with #DB42B2
Text Example
Text Example
White with #DB42B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42B2; }
p { color: rgb(219,66,178); }
H1.HeaderClassName
{
color: #DB42B2;
}
.AnyTagClassName
{
color: #DB42B2;
}
</style>
background-color css
<style>
a { background-color: #DB42B2; }
a { background-color: rgb(219,66,178); }
div.DivClassName
{
background-color: #DB42B2;
}
.BgClassName
{
background-color: #DB42B2;
}
</style>
border-color css
<style>
span { border-color: #DB42B2; }
span { border-color: rgb(219,66,178); }
td.TdClassName
{
border-color: #DB42B2;
}
.TagClassName
{
border-color: #DB42B2;
}
</style>