Shades of Fuchsia #DB55B4
Tints of Fuchsia #DB55B4
RGB
CMYK
RGB Variations
Color information
#DB55B4 (or 0xDB55B4) is known color: Fuchsia. HEX triplet: DB, 55 and B4. RGB value is (219,85,180). Sum of RGB (Red+Green+Blue) = 219+85+180=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55B4 is #24AA4B. Grayscale: #878787. Windows color (decimal): -2402892 or 11818459. OLE color: 11818459.
HSL color Cylindrical-coordinate representation of color #DB55B4: hue angle of 317.46º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55B4 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 180 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.14 |
| HSL | 317.46º | 0.65% | 0.6% | - |
| HSV(B) | 317.46º | 0.61% | 0.86% | - |
| XYZ | 40.7 | 24.85 | 45.83 | - |
| YUV | 135.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 180 | 0 | 0.61 | 0.18 | 0.14 | 317.46 | 0.65 | 0.6 |
| Hex | DB | 55 | B4 | 0 | 3D | 12 | E | 13D | 41 | 3C |
| Octal | 333 | 125 | 264 | 0 | 75 | 22 | 16 | 475 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10110100 | 0 | 111101 | 10010 | 1110 | 100111101 | 1000001 | 111100 |
Color Harmonies of #DB55B4
Complementary color
Monochromatic Colors of #DB55B4
Black with #DB55B4
Text Example
Text Example
White with #DB55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55B4; }
p { color: rgb(219,85,180); }
H1.HeaderClassName
{
color: #DB55B4;
}
.AnyTagClassName
{
color: #DB55B4;
}
</style>
background-color css
<style>
a { background-color: #DB55B4; }
a { background-color: rgb(219,85,180); }
div.DivClassName
{
background-color: #DB55B4;
}
.BgClassName
{
background-color: #DB55B4;
}
</style>
border-color css
<style>
span { border-color: #DB55B4; }
span { border-color: rgb(219,85,180); }
td.TdClassName
{
border-color: #DB55B4;
}
.TagClassName
{
border-color: #DB55B4;
}
</style>