Shades of Hot Pink #DB5FB3
Tints of Hot Pink #DB5FB3
RGB
CMYK
RGB Variations
Color information
#DB5FB3 (or 0xDB5FB3) is known color: Hot Pink. HEX triplet: DB, 5F and B3. RGB value is (219,95,179). Sum of RGB (Red+Green+Blue) = 219+95+179=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FB3 is #24A04C. Grayscale: #8D8D8D. Windows color (decimal): -2400333 or 11755483. OLE color: 11755483.
HSL color Cylindrical-coordinate representation of color #DB5FB3: hue angle of 319.35º 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 #DB5FB3 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 179 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.14 |
| HSL | 319.35º | 0.63% | 0.62% | - |
| HSV(B) | 319.35º | 0.57% | 0.86% | - |
| XYZ | 41.44 | 26.5 | 45.58 | - |
| YUV | 141.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 179 | 0 | 0.57 | 0.18 | 0.14 | 319.35 | 0.63 | 0.62 |
| Hex | DB | 5F | B3 | 0 | 39 | 12 | E | 13F | 3F | 3E |
| Octal | 333 | 137 | 263 | 0 | 71 | 22 | 16 | 477 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10110011 | 0 | 111001 | 10010 | 1110 | 100111111 | 111111 | 111110 |
Color Harmonies of #DB5FB3
Complementary color
Monochromatic Colors of #DB5FB3
Black with #DB5FB3
Text Example
Text Example
White with #DB5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FB3; }
p { color: rgb(219,95,179); }
H1.HeaderClassName
{
color: #DB5FB3;
}
.AnyTagClassName
{
color: #DB5FB3;
}
</style>
background-color css
<style>
a { background-color: #DB5FB3; }
a { background-color: rgb(219,95,179); }
div.DivClassName
{
background-color: #DB5FB3;
}
.BgClassName
{
background-color: #DB5FB3;
}
</style>
border-color css
<style>
span { border-color: #DB5FB3; }
span { border-color: rgb(219,95,179); }
td.TdClassName
{
border-color: #DB5FB3;
}
.TagClassName
{
border-color: #DB5FB3;
}
</style>