Shades of Hot Pink #DB6BB1
Tints of Hot Pink #DB6BB1
RGB
CMYK
RGB Variations
Color information
#DB6BB1 (or 0xDB6BB1) is known color: Hot Pink. HEX triplet: DB, 6B and B1. RGB value is (219,107,177). Sum of RGB (Red+Green+Blue) = 219+107+177=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6BB1 is #24944E. Grayscale: #949494. Windows color (decimal): -2397263 or 11627483. OLE color: 11627483.
HSL color Cylindrical-coordinate representation of color #DB6BB1: hue angle of 322.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 177 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.14 |
| HSL | 322.5º | 0.61% | 0.64% | - |
| HSV(B) | 322.5º | 0.51% | 0.86% | - |
| XYZ | 42.41 | 28.75 | 44.91 | - |
| YUV | 148.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 177 | 0 | 0.51 | 0.19 | 0.14 | 322.5 | 0.61 | 0.64 |
| Hex | DB | 6B | B1 | 0 | 33 | 13 | E | 142 | 3D | 40 |
| Octal | 333 | 153 | 261 | 0 | 63 | 23 | 16 | 502 | 75 | 100 |
| Binary | 11011011 | 1101011 | 10110001 | 0 | 110011 | 10011 | 1110 | 101000010 | 111101 | 1000000 |
Color Harmonies of #DB6BB1
Complementary color
Monochromatic Colors of #DB6BB1
Black with #DB6BB1
Text Example
Text Example
White with #DB6BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BB1; }
p { color: rgb(219,107,177); }
H1.HeaderClassName
{
color: #DB6BB1;
}
.AnyTagClassName
{
color: #DB6BB1;
}
</style>
background-color css
<style>
a { background-color: #DB6BB1; }
a { background-color: rgb(219,107,177); }
div.DivClassName
{
background-color: #DB6BB1;
}
.BgClassName
{
background-color: #DB6BB1;
}
</style>
border-color css
<style>
span { border-color: #DB6BB1; }
span { border-color: rgb(219,107,177); }
td.TdClassName
{
border-color: #DB6BB1;
}
.TagClassName
{
border-color: #DB6BB1;
}
</style>