Shades of Hot Pink #DB62B4
Tints of Hot Pink #DB62B4
RGB
CMYK
RGB Variations
Color information
#DB62B4 (or 0xDB62B4) is known color: Hot Pink. HEX triplet: DB, 62 and B4. RGB value is (219,98,180). Sum of RGB (Red+Green+Blue) = 219+98+180=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62B4 is #249D4B. Grayscale: #8F8F8F. Windows color (decimal): -2399564 or 11821787. OLE color: 11821787.
HSL color Cylindrical-coordinate representation of color #DB62B4: hue angle of 319.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62B4 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 180 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.14 |
| HSL | 319.34º | 0.63% | 0.62% | - |
| HSV(B) | 319.34º | 0.55% | 0.86% | - |
| XYZ | 41.82 | 27.09 | 46.2 | - |
| YUV | 143.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 180 | 0 | 0.55 | 0.18 | 0.14 | 319.34 | 0.63 | 0.62 |
| Hex | DB | 62 | B4 | 0 | 37 | 12 | E | 13F | 3F | 3E |
| Octal | 333 | 142 | 264 | 0 | 67 | 22 | 16 | 477 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10110100 | 0 | 110111 | 10010 | 1110 | 100111111 | 111111 | 111110 |
Color Harmonies of #DB62B4
Complementary color
Monochromatic Colors of #DB62B4
Black with #DB62B4
Text Example
Text Example
White with #DB62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62B4; }
p { color: rgb(219,98,180); }
H1.HeaderClassName
{
color: #DB62B4;
}
.AnyTagClassName
{
color: #DB62B4;
}
</style>
background-color css
<style>
a { background-color: #DB62B4; }
a { background-color: rgb(219,98,180); }
div.DivClassName
{
background-color: #DB62B4;
}
.BgClassName
{
background-color: #DB62B4;
}
</style>
border-color css
<style>
span { border-color: #DB62B4; }
span { border-color: rgb(219,98,180); }
td.TdClassName
{
border-color: #DB62B4;
}
.TagClassName
{
border-color: #DB62B4;
}
</style>