Shades of Hot Pink #DB67B1
Tints of Hot Pink #DB67B1
RGB
CMYK
RGB Variations
Color information
#DB67B1 (or 0xDB67B1) is known color: Hot Pink. HEX triplet: DB, 67 and B1. RGB value is (219,103,177). Sum of RGB (Red+Green+Blue) = 219+103+177=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67B1 is #24984E. Grayscale: #919191. Windows color (decimal): -2398287 or 11626459. OLE color: 11626459.
HSL color Cylindrical-coordinate representation of color #DB67B1: hue angle of 321.72º 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 #DB67B1 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 177 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.14 |
| HSL | 321.72º | 0.62% | 0.63% | - |
| HSV(B) | 321.72º | 0.53% | 0.86% | - |
| XYZ | 42 | 27.93 | 44.77 | - |
| YUV | 146.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 177 | 0 | 0.53 | 0.19 | 0.14 | 321.72 | 0.62 | 0.63 |
| Hex | DB | 67 | B1 | 0 | 35 | 13 | E | 142 | 3E | 3F |
| Octal | 333 | 147 | 261 | 0 | 65 | 23 | 16 | 502 | 76 | 77 |
| Binary | 11011011 | 1100111 | 10110001 | 0 | 110101 | 10011 | 1110 | 101000010 | 111110 | 111111 |
Color Harmonies of #DB67B1
Complementary color
Monochromatic Colors of #DB67B1
Black with #DB67B1
Text Example
Text Example
White with #DB67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67B1; }
p { color: rgb(219,103,177); }
H1.HeaderClassName
{
color: #DB67B1;
}
.AnyTagClassName
{
color: #DB67B1;
}
</style>
background-color css
<style>
a { background-color: #DB67B1; }
a { background-color: rgb(219,103,177); }
div.DivClassName
{
background-color: #DB67B1;
}
.BgClassName
{
background-color: #DB67B1;
}
</style>
border-color css
<style>
span { border-color: #DB67B1; }
span { border-color: rgb(219,103,177); }
td.TdClassName
{
border-color: #DB67B1;
}
.TagClassName
{
border-color: #DB67B1;
}
</style>