Shades of Hot Pink #DB5FB1
Tints of Hot Pink #DB5FB1
RGB
CMYK
RGB Variations
Color information
#DB5FB1 (or 0xDB5FB1) is known color: Hot Pink. HEX triplet: DB, 5F and B1. RGB value is (219,95,177). Sum of RGB (Red+Green+Blue) = 219+95+177=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FB1 is #24A04E. Grayscale: #8D8D8D. Windows color (decimal): -2400335 or 11624411. OLE color: 11624411.
HSL color Cylindrical-coordinate representation of color #DB5FB1: hue angle of 320.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FB1 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 177 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.14 |
| HSL | 320.32º | 0.63% | 0.62% | - |
| HSV(B) | 320.32º | 0.57% | 0.86% | - |
| XYZ | 41.24 | 26.42 | 44.52 | - |
| YUV | 141.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 177 | 0 | 0.57 | 0.19 | 0.14 | 320.32 | 0.63 | 0.62 |
| Hex | DB | 5F | B1 | 0 | 39 | 13 | E | 140 | 3F | 3E |
| Octal | 333 | 137 | 261 | 0 | 71 | 23 | 16 | 500 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10110001 | 0 | 111001 | 10011 | 1110 | 101000000 | 111111 | 111110 |
Color Harmonies of #DB5FB1
Complementary color
Monochromatic Colors of #DB5FB1
Black with #DB5FB1
Text Example
Text Example
White with #DB5FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FB1; }
p { color: rgb(219,95,177); }
H1.HeaderClassName
{
color: #DB5FB1;
}
.AnyTagClassName
{
color: #DB5FB1;
}
</style>
background-color css
<style>
a { background-color: #DB5FB1; }
a { background-color: rgb(219,95,177); }
div.DivClassName
{
background-color: #DB5FB1;
}
.BgClassName
{
background-color: #DB5FB1;
}
</style>
border-color css
<style>
span { border-color: #DB5FB1; }
span { border-color: rgb(219,95,177); }
td.TdClassName
{
border-color: #DB5FB1;
}
.TagClassName
{
border-color: #DB5FB1;
}
</style>