Shades of Hot Pink #DB5DB1
Tints of Hot Pink #DB5DB1
RGB
CMYK
RGB Variations
Color information
#DB5DB1 (or 0xDB5DB1) is known color: Hot Pink. HEX triplet: DB, 5D and B1. RGB value is (219,93,177). Sum of RGB (Red+Green+Blue) = 219+93+177=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5DB1 is #24A24E. Grayscale: #8C8C8C. Windows color (decimal): -2400847 or 11623899. OLE color: 11623899.
HSL color Cylindrical-coordinate representation of color #DB5DB1: hue angle of 320º 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 #DB5DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 177 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.14 |
| HSL | 320º | 0.64% | 0.61% | - |
| HSV(B) | 320º | 0.58% | 0.86% | - |
| XYZ | 41.06 | 26.06 | 44.46 | - |
| YUV | 140.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 177 | 0 | 0.58 | 0.19 | 0.14 | 320 | 0.64 | 0.61 |
| Hex | DB | 5D | B1 | 0 | 3A | 13 | E | 140 | 40 | 3D |
| Octal | 333 | 135 | 261 | 0 | 72 | 23 | 16 | 500 | 100 | 75 |
| Binary | 11011011 | 1011101 | 10110001 | 0 | 111010 | 10011 | 1110 | 101000000 | 1000000 | 111101 |
Color Harmonies of #DB5DB1
Complementary color
Monochromatic Colors of #DB5DB1
Black with #DB5DB1
Text Example
Text Example
White with #DB5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DB1; }
p { color: rgb(219,93,177); }
H1.HeaderClassName
{
color: #DB5DB1;
}
.AnyTagClassName
{
color: #DB5DB1;
}
</style>
background-color css
<style>
a { background-color: #DB5DB1; }
a { background-color: rgb(219,93,177); }
div.DivClassName
{
background-color: #DB5DB1;
}
.BgClassName
{
background-color: #DB5DB1;
}
</style>
border-color css
<style>
span { border-color: #DB5DB1; }
span { border-color: rgb(219,93,177); }
td.TdClassName
{
border-color: #DB5DB1;
}
.TagClassName
{
border-color: #DB5DB1;
}
</style>