Shades of Hot Pink #DB69B2
Tints of Hot Pink #DB69B2
RGB
CMYK
RGB Variations
Color information
#DB69B2 (or 0xDB69B2) is known color: Hot Pink. HEX triplet: DB, 69 and B2. RGB value is (219,105,178). Sum of RGB (Red+Green+Blue) = 219+105+178=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69B2 is #24964D. Grayscale: #939393. Windows color (decimal): -2397774 or 11692507. OLE color: 11692507.
HSL color Cylindrical-coordinate representation of color #DB69B2: hue angle of 321.58º 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 #DB69B2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 178 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.14 |
| HSL | 321.58º | 0.61% | 0.64% | - |
| HSV(B) | 321.58º | 0.52% | 0.86% | - |
| XYZ | 42.3 | 28.38 | 45.37 | - |
| YUV | 147.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 178 | 0 | 0.52 | 0.19 | 0.14 | 321.58 | 0.61 | 0.64 |
| Hex | DB | 69 | B2 | 0 | 34 | 13 | E | 142 | 3D | 40 |
| Octal | 333 | 151 | 262 | 0 | 64 | 23 | 16 | 502 | 75 | 100 |
| Binary | 11011011 | 1101001 | 10110010 | 0 | 110100 | 10011 | 1110 | 101000010 | 111101 | 1000000 |
Color Harmonies of #DB69B2
Complementary color
Monochromatic Colors of #DB69B2
Black with #DB69B2
Text Example
Text Example
White with #DB69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69B2; }
p { color: rgb(219,105,178); }
H1.HeaderClassName
{
color: #DB69B2;
}
.AnyTagClassName
{
color: #DB69B2;
}
</style>
background-color css
<style>
a { background-color: #DB69B2; }
a { background-color: rgb(219,105,178); }
div.DivClassName
{
background-color: #DB69B2;
}
.BgClassName
{
background-color: #DB69B2;
}
</style>
border-color css
<style>
span { border-color: #DB69B2; }
span { border-color: rgb(219,105,178); }
td.TdClassName
{
border-color: #DB69B2;
}
.TagClassName
{
border-color: #DB69B2;
}
</style>