Shades of Fuchsia #DB42B4
Tints of Fuchsia #DB42B4
RGB
CMYK
RGB Variations
Color information
#DB42B4 (or 0xDB42B4) is known color: Fuchsia. HEX triplet: DB, 42 and B4. RGB value is (219,66,180). Sum of RGB (Red+Green+Blue) = 219+66+180=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42B4 is #24BD4B. Grayscale: #7C7C7C. Windows color (decimal): -2407756 or 11813595. OLE color: 11813595.
HSL color Cylindrical-coordinate representation of color #DB42B4: hue angle of 315.29º 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 #DB42B4 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 180 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.14 |
| HSL | 315.29º | 0.68% | 0.56% | - |
| HSV(B) | 315.29º | 0.7% | 0.86% | - |
| XYZ | 39.4 | 22.25 | 45.4 | - |
| YUV | 124.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 180 | 0 | 0.70 | 0.18 | 0.14 | 315.29 | 0.68 | 0.56 |
| Hex | DB | 42 | B4 | 0 | 46 | 12 | E | 13B | 44 | 38 |
| Octal | 333 | 102 | 264 | 0 | 106 | 22 | 16 | 473 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10110100 | 0 | 1000110 | 10010 | 1110 | 100111011 | 1000100 | 111000 |
Color Harmonies of #DB42B4
Complementary color
Monochromatic Colors of #DB42B4
Black with #DB42B4
Text Example
Text Example
White with #DB42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42B4; }
p { color: rgb(219,66,180); }
H1.HeaderClassName
{
color: #DB42B4;
}
.AnyTagClassName
{
color: #DB42B4;
}
</style>
background-color css
<style>
a { background-color: #DB42B4; }
a { background-color: rgb(219,66,180); }
div.DivClassName
{
background-color: #DB42B4;
}
.BgClassName
{
background-color: #DB42B4;
}
</style>
border-color css
<style>
span { border-color: #DB42B4; }
span { border-color: rgb(219,66,180); }
td.TdClassName
{
border-color: #DB42B4;
}
.TagClassName
{
border-color: #DB42B4;
}
</style>