Shades of Hot Pink #DB66B6
Tints of Hot Pink #DB66B6
RGB
CMYK
RGB Variations
Color information
#DB66B6 (or 0xDB66B6) is known color: Hot Pink. HEX triplet: DB, 66 and B6. RGB value is (219,102,182). Sum of RGB (Red+Green+Blue) = 219+102+182=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66B6 is #249949. Grayscale: #919191. Windows color (decimal): -2398538 or 11953883. OLE color: 11953883.
HSL color Cylindrical-coordinate representation of color #DB66B6: hue angle of 318.97º 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 #DB66B6 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 182 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.14 |
| HSL | 318.97º | 0.62% | 0.63% | - |
| HSV(B) | 318.97º | 0.53% | 0.86% | - |
| XYZ | 42.41 | 27.94 | 47.41 | - |
| YUV | 146.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 182 | 0 | 0.53 | 0.17 | 0.14 | 318.97 | 0.62 | 0.63 |
| Hex | DB | 66 | B6 | 0 | 35 | 11 | E | 13F | 3E | 3F |
| Octal | 333 | 146 | 266 | 0 | 65 | 21 | 16 | 477 | 76 | 77 |
| Binary | 11011011 | 1100110 | 10110110 | 0 | 110101 | 10001 | 1110 | 100111111 | 111110 | 111111 |
Color Harmonies of #DB66B6
Complementary color
Monochromatic Colors of #DB66B6
Black with #DB66B6
Text Example
Text Example
White with #DB66B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66B6; }
p { color: rgb(219,102,182); }
H1.HeaderClassName
{
color: #DB66B6;
}
.AnyTagClassName
{
color: #DB66B6;
}
</style>
background-color css
<style>
a { background-color: #DB66B6; }
a { background-color: rgb(219,102,182); }
div.DivClassName
{
background-color: #DB66B6;
}
.BgClassName
{
background-color: #DB66B6;
}
</style>
border-color css
<style>
span { border-color: #DB66B6; }
span { border-color: rgb(219,102,182); }
td.TdClassName
{
border-color: #DB66B6;
}
.TagClassName
{
border-color: #DB66B6;
}
</style>