Shades of Hot Pink #DB68B1
Tints of Hot Pink #DB68B1
RGB
CMYK
RGB Variations
Color information
#DB68B1 (or 0xDB68B1) is known color: Hot Pink. HEX triplet: DB, 68 and B1. RGB value is (219,104,177). Sum of RGB (Red+Green+Blue) = 219+104+177=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB68B1 is #24974E. Grayscale: #929292. Windows color (decimal): -2398031 or 11626715. OLE color: 11626715.
HSL color Cylindrical-coordinate representation of color #DB68B1: hue angle of 321.91º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68B1 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 177 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.14 |
| HSL | 321.91º | 0.61% | 0.63% | - |
| HSV(B) | 321.91º | 0.53% | 0.86% | - |
| XYZ | 42.1 | 28.14 | 44.81 | - |
| YUV | 146.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 177 | 0 | 0.53 | 0.19 | 0.14 | 321.91 | 0.61 | 0.63 |
| Hex | DB | 68 | B1 | 0 | 35 | 13 | E | 142 | 3D | 3F |
| Octal | 333 | 150 | 261 | 0 | 65 | 23 | 16 | 502 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10110001 | 0 | 110101 | 10011 | 1110 | 101000010 | 111101 | 111111 |
Color Harmonies of #DB68B1
Complementary color
Monochromatic Colors of #DB68B1
Black with #DB68B1
Text Example
Text Example
White with #DB68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68B1; }
p { color: rgb(219,104,177); }
H1.HeaderClassName
{
color: #DB68B1;
}
.AnyTagClassName
{
color: #DB68B1;
}
</style>
background-color css
<style>
a { background-color: #DB68B1; }
a { background-color: rgb(219,104,177); }
div.DivClassName
{
background-color: #DB68B1;
}
.BgClassName
{
background-color: #DB68B1;
}
</style>
border-color css
<style>
span { border-color: #DB68B1; }
span { border-color: rgb(219,104,177); }
td.TdClassName
{
border-color: #DB68B1;
}
.TagClassName
{
border-color: #DB68B1;
}
</style>