Shades of Hot Pink #DB60B4
Tints of Hot Pink #DB60B4
RGB
CMYK
RGB Variations
Color information
#DB60B4 (or 0xDB60B4) is known color: Hot Pink. HEX triplet: DB, 60 and B4. RGB value is (219,96,180). Sum of RGB (Red+Green+Blue) = 219+96+180=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60B4 is #249F4B. Grayscale: #8E8E8E. Windows color (decimal): -2400076 or 11821275. OLE color: 11821275.
HSL color Cylindrical-coordinate representation of color #DB60B4: hue angle of 319.02º 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 #DB60B4 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 180 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.14 |
| HSL | 319.02º | 0.63% | 0.62% | - |
| HSV(B) | 319.02º | 0.56% | 0.86% | - |
| XYZ | 41.63 | 26.72 | 46.14 | - |
| YUV | 142.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 180 | 0 | 0.56 | 0.18 | 0.14 | 319.02 | 0.63 | 0.62 |
| Hex | DB | 60 | B4 | 0 | 38 | 12 | E | 13F | 3F | 3E |
| Octal | 333 | 140 | 264 | 0 | 70 | 22 | 16 | 477 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10110100 | 0 | 111000 | 10010 | 1110 | 100111111 | 111111 | 111110 |
Color Harmonies of #DB60B4
Complementary color
Monochromatic Colors of #DB60B4
Black with #DB60B4
Text Example
Text Example
White with #DB60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60B4; }
p { color: rgb(219,96,180); }
H1.HeaderClassName
{
color: #DB60B4;
}
.AnyTagClassName
{
color: #DB60B4;
}
</style>
background-color css
<style>
a { background-color: #DB60B4; }
a { background-color: rgb(219,96,180); }
div.DivClassName
{
background-color: #DB60B4;
}
.BgClassName
{
background-color: #DB60B4;
}
</style>
border-color css
<style>
span { border-color: #DB60B4; }
span { border-color: rgb(219,96,180); }
td.TdClassName
{
border-color: #DB60B4;
}
.TagClassName
{
border-color: #DB60B4;
}
</style>