Shades of Hot Pink #DB60B5
Tints of Hot Pink #DB60B5
RGB
CMYK
RGB Variations
Color information
#DB60B5 (or 0xDB60B5) is known color: Hot Pink. HEX triplet: DB, 60 and B5. RGB value is (219,96,181). Sum of RGB (Red+Green+Blue) = 219+96+181=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60B5 is #249F4A. Grayscale: #8E8E8E. Windows color (decimal): -2400075 or 11886811. OLE color: 11886811.
HSL color Cylindrical-coordinate representation of color #DB60B5: hue angle of 318.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60B5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 181 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.14 |
| HSL | 318.54º | 0.63% | 0.62% | - |
| HSV(B) | 318.54º | 0.56% | 0.86% | - |
| XYZ | 41.74 | 26.76 | 46.68 | - |
| YUV | 142.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 181 | 0 | 0.56 | 0.17 | 0.14 | 318.54 | 0.63 | 0.62 |
| Hex | DB | 60 | B5 | 0 | 38 | 11 | E | 13F | 3F | 3E |
| Octal | 333 | 140 | 265 | 0 | 70 | 21 | 16 | 477 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10110101 | 0 | 111000 | 10001 | 1110 | 100111111 | 111111 | 111110 |
Color Harmonies of #DB60B5
Complementary color
Monochromatic Colors of #DB60B5
Black with #DB60B5
Text Example
Text Example
White with #DB60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60B5; }
p { color: rgb(219,96,181); }
H1.HeaderClassName
{
color: #DB60B5;
}
.AnyTagClassName
{
color: #DB60B5;
}
</style>
background-color css
<style>
a { background-color: #DB60B5; }
a { background-color: rgb(219,96,181); }
div.DivClassName
{
background-color: #DB60B5;
}
.BgClassName
{
background-color: #DB60B5;
}
</style>
border-color css
<style>
span { border-color: #DB60B5; }
span { border-color: rgb(219,96,181); }
td.TdClassName
{
border-color: #DB60B5;
}
.TagClassName
{
border-color: #DB60B5;
}
</style>