Shades of Hot Pink #DB60AF
Tints of Hot Pink #DB60AF
RGB
CMYK
RGB Variations
Color information
#DB60AF (or 0xDB60AF) is known color: Hot Pink. HEX triplet: DB, 60 and AF. RGB value is (219,96,175). Sum of RGB (Red+Green+Blue) = 219+96+175=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AF is #249F50. Grayscale: #8D8D8D. Windows color (decimal): -2400081 or 11493595. OLE color: 11493595.
HSL color Cylindrical-coordinate representation of color #DB60AF: hue angle of 321.46º 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 #DB60AF is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 175 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.14 |
| HSL | 321.46º | 0.63% | 0.62% | - |
| HSV(B) | 321.46º | 0.56% | 0.86% | - |
| XYZ | 41.13 | 26.52 | 43.51 | - |
| YUV | 141.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 175 | 0 | 0.56 | 0.20 | 0.14 | 321.46 | 0.63 | 0.62 |
| Hex | DB | 60 | AF | 0 | 38 | 14 | E | 141 | 3F | 3E |
| Octal | 333 | 140 | 257 | 0 | 70 | 24 | 16 | 501 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10101111 | 0 | 111000 | 10100 | 1110 | 101000001 | 111111 | 111110 |
Color Harmonies of #DB60AF
Complementary color
Monochromatic Colors of #DB60AF
Black with #DB60AF
Text Example
Text Example
White with #DB60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60AF; }
p { color: rgb(219,96,175); }
H1.HeaderClassName
{
color: #DB60AF;
}
.AnyTagClassName
{
color: #DB60AF;
}
</style>
background-color css
<style>
a { background-color: #DB60AF; }
a { background-color: rgb(219,96,175); }
div.DivClassName
{
background-color: #DB60AF;
}
.BgClassName
{
background-color: #DB60AF;
}
</style>
border-color css
<style>
span { border-color: #DB60AF; }
span { border-color: rgb(219,96,175); }
td.TdClassName
{
border-color: #DB60AF;
}
.TagClassName
{
border-color: #DB60AF;
}
</style>