Shades of Hot Pink #DB69B0
Tints of Hot Pink #DB69B0
RGB
CMYK
RGB Variations
Color information
#DB69B0 (or 0xDB69B0) is known color: Hot Pink. HEX triplet: DB, 69 and B0. RGB value is (219,105,176). Sum of RGB (Red+Green+Blue) = 219+105+176=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69B0 is #24964F. Grayscale: #939393. Windows color (decimal): -2397776 or 11561435. OLE color: 11561435.
HSL color Cylindrical-coordinate representation of color #DB69B0: hue angle of 322.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69B0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 176 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.14 |
| HSL | 322.63º | 0.61% | 0.64% | - |
| HSV(B) | 322.63º | 0.52% | 0.86% | - |
| XYZ | 42.1 | 28.3 | 44.32 | - |
| YUV | 147.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 176 | 0 | 0.52 | 0.20 | 0.14 | 322.63 | 0.61 | 0.64 |
| Hex | DB | 69 | B0 | 0 | 34 | 14 | E | 143 | 3D | 40 |
| Octal | 333 | 151 | 260 | 0 | 64 | 24 | 16 | 503 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10110000 | 0 | 110100 | 10100 | 1110 | 101000011 | 111101 | 1000000 |
Color Harmonies of #DB69B0
Complementary color
Monochromatic Colors of #DB69B0
Black with #DB69B0
Text Example
Text Example
White with #DB69B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69B0; }
p { color: rgb(219,105,176); }
H1.HeaderClassName
{
color: #DB69B0;
}
.AnyTagClassName
{
color: #DB69B0;
}
</style>
background-color css
<style>
a { background-color: #DB69B0; }
a { background-color: rgb(219,105,176); }
div.DivClassName
{
background-color: #DB69B0;
}
.BgClassName
{
background-color: #DB69B0;
}
</style>
border-color css
<style>
span { border-color: #DB69B0; }
span { border-color: rgb(219,105,176); }
td.TdClassName
{
border-color: #DB69B0;
}
.TagClassName
{
border-color: #DB69B0;
}
</style>