Shades of Fuchsia #DB48BD
Tints of Fuchsia #DB48BD
RGB
CMYK
RGB Variations
Color information
#DB48BD (or 0xDB48BD) is known color: Fuchsia. HEX triplet: DB, 48 and BD. RGB value is (219,72,189). Sum of RGB (Red+Green+Blue) = 219+72+189=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48BD is #24B742. Grayscale: #808080. Windows color (decimal): -2406211 or 12404955. OLE color: 12404955.
HSL color Cylindrical-coordinate representation of color #DB48BD: hue angle of 312.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48BD is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 189 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.14 |
| HSL | 312.24º | 0.67% | 0.57% | - |
| HSV(B) | 312.24º | 0.67% | 0.86% | - |
| XYZ | 40.72 | 23.37 | 50.51 | - |
| YUV | 129.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 189 | 0 | 0.67 | 0.14 | 0.14 | 312.24 | 0.67 | 0.57 |
| Hex | DB | 48 | BD | 0 | 43 | E | E | 138 | 43 | 39 |
| Octal | 333 | 110 | 275 | 0 | 103 | 16 | 16 | 470 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10111101 | 0 | 1000011 | 1110 | 1110 | 100111000 | 1000011 | 111001 |
Color Harmonies of #DB48BD
Complementary color
Monochromatic Colors of #DB48BD
Black with #DB48BD
Text Example
Text Example
White with #DB48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48BD; }
p { color: rgb(219,72,189); }
H1.HeaderClassName
{
color: #DB48BD;
}
.AnyTagClassName
{
color: #DB48BD;
}
</style>
background-color css
<style>
a { background-color: #DB48BD; }
a { background-color: rgb(219,72,189); }
div.DivClassName
{
background-color: #DB48BD;
}
.BgClassName
{
background-color: #DB48BD;
}
</style>
border-color css
<style>
span { border-color: #DB48BD; }
span { border-color: rgb(219,72,189); }
td.TdClassName
{
border-color: #DB48BD;
}
.TagClassName
{
border-color: #DB48BD;
}
</style>