Shades of Hot Pink #DB67B0
Tints of Hot Pink #DB67B0
RGB
CMYK
RGB Variations
Color information
#DB67B0 (or 0xDB67B0) is known color: Hot Pink. HEX triplet: DB, 67 and B0. RGB value is (219,103,176). Sum of RGB (Red+Green+Blue) = 219+103+176=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67B0 is #24984F. Grayscale: #919191. Windows color (decimal): -2398288 or 11560923. OLE color: 11560923.
HSL color Cylindrical-coordinate representation of color #DB67B0: hue angle of 322.24º degrees, saturation: 0.62, 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 #DB67B0 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 176 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.14 |
| HSL | 322.24º | 0.62% | 0.63% | - |
| HSV(B) | 322.24º | 0.53% | 0.86% | - |
| XYZ | 41.9 | 27.9 | 44.25 | - |
| YUV | 146.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 176 | 0 | 0.53 | 0.20 | 0.14 | 322.24 | 0.62 | 0.63 |
| Hex | DB | 67 | B0 | 0 | 35 | 14 | E | 142 | 3E | 3F |
| Octal | 333 | 147 | 260 | 0 | 65 | 24 | 16 | 502 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10110000 | 0 | 110101 | 10100 | 1110 | 101000010 | 111110 | 111111 |
Color Harmonies of #DB67B0
Complementary color
Monochromatic Colors of #DB67B0
Black with #DB67B0
Text Example
Text Example
White with #DB67B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67B0; }
p { color: rgb(219,103,176); }
H1.HeaderClassName
{
color: #DB67B0;
}
.AnyTagClassName
{
color: #DB67B0;
}
</style>
background-color css
<style>
a { background-color: #DB67B0; }
a { background-color: rgb(219,103,176); }
div.DivClassName
{
background-color: #DB67B0;
}
.BgClassName
{
background-color: #DB67B0;
}
</style>
border-color css
<style>
span { border-color: #DB67B0; }
span { border-color: rgb(219,103,176); }
td.TdClassName
{
border-color: #DB67B0;
}
.TagClassName
{
border-color: #DB67B0;
}
</style>