Shades of Hot Pink #DB63B4
Tints of Hot Pink #DB63B4
RGB
CMYK
RGB Variations
Color information
#DB63B4 (or 0xDB63B4) is known color: Hot Pink. HEX triplet: DB, 63 and B4. RGB value is (219,99,180). Sum of RGB (Red+Green+Blue) = 219+99+180=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63B4 is #249C4B. Grayscale: #8F8F8F. Windows color (decimal): -2399308 or 11822043. OLE color: 11822043.
HSL color Cylindrical-coordinate representation of color #DB63B4: hue angle of 319.5º degrees, saturation: 0.62, 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 #DB63B4 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 180 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.14 |
| HSL | 319.5º | 0.63% | 0.62% | - |
| HSV(B) | 319.5º | 0.55% | 0.86% | - |
| XYZ | 41.91 | 27.28 | 46.24 | - |
| YUV | 144.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 180 | 0 | 0.55 | 0.18 | 0.14 | 319.5 | 0.63 | 0.62 |
| Hex | DB | 63 | B4 | 0 | 37 | 12 | E | 140 | 3E | 3E |
| Octal | 333 | 143 | 264 | 0 | 67 | 22 | 16 | 500 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10110100 | 0 | 110111 | 10010 | 1110 | 101000000 | 111110 | 111110 |
Color Harmonies of #DB63B4
Complementary color
Monochromatic Colors of #DB63B4
Black with #DB63B4
Text Example
Text Example
White with #DB63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63B4; }
p { color: rgb(219,99,180); }
H1.HeaderClassName
{
color: #DB63B4;
}
.AnyTagClassName
{
color: #DB63B4;
}
</style>
background-color css
<style>
a { background-color: #DB63B4; }
a { background-color: rgb(219,99,180); }
div.DivClassName
{
background-color: #DB63B4;
}
.BgClassName
{
background-color: #DB63B4;
}
</style>
border-color css
<style>
span { border-color: #DB63B4; }
span { border-color: rgb(219,99,180); }
td.TdClassName
{
border-color: #DB63B4;
}
.TagClassName
{
border-color: #DB63B4;
}
</style>