Shades of Hot Pink #DB64B6
Tints of Hot Pink #DB64B6
RGB
CMYK
RGB Variations
Color information
#DB64B6 (or 0xDB64B6) is known color: Hot Pink. HEX triplet: DB, 64 and B6. RGB value is (219,100,182). Sum of RGB (Red+Green+Blue) = 219+100+182=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64B6 is #249B49. Grayscale: #909090. Windows color (decimal): -2399050 or 11953371. OLE color: 11953371.
HSL color Cylindrical-coordinate representation of color #DB64B6: hue angle of 318.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64B6 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 182 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.14 |
| HSL | 318.66º | 0.62% | 0.63% | - |
| HSV(B) | 318.66º | 0.54% | 0.86% | - |
| XYZ | 42.21 | 27.55 | 47.35 | - |
| YUV | 144.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 182 | 0 | 0.54 | 0.17 | 0.14 | 318.66 | 0.62 | 0.63 |
| Hex | DB | 64 | B6 | 0 | 36 | 11 | E | 13F | 3E | 3F |
| Octal | 333 | 144 | 266 | 0 | 66 | 21 | 16 | 477 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10110110 | 0 | 110110 | 10001 | 1110 | 100111111 | 111110 | 111111 |
Color Harmonies of #DB64B6
Complementary color
Monochromatic Colors of #DB64B6
Black with #DB64B6
Text Example
Text Example
White with #DB64B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64B6; }
p { color: rgb(219,100,182); }
H1.HeaderClassName
{
color: #DB64B6;
}
.AnyTagClassName
{
color: #DB64B6;
}
</style>
background-color css
<style>
a { background-color: #DB64B6; }
a { background-color: rgb(219,100,182); }
div.DivClassName
{
background-color: #DB64B6;
}
.BgClassName
{
background-color: #DB64B6;
}
</style>
border-color css
<style>
span { border-color: #DB64B6; }
span { border-color: rgb(219,100,182); }
td.TdClassName
{
border-color: #DB64B6;
}
.TagClassName
{
border-color: #DB64B6;
}
</style>