Shades of Hot Pink #DB64B3
Tints of Hot Pink #DB64B3
RGB
CMYK
RGB Variations
Color information
#DB64B3 (or 0xDB64B3) is known color: Hot Pink. HEX triplet: DB, 64 and B3. RGB value is (219,100,179). Sum of RGB (Red+Green+Blue) = 219+100+179=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64B3 is #249B4C. Grayscale: #909090. Windows color (decimal): -2399053 or 11756763. OLE color: 11756763.
HSL color Cylindrical-coordinate representation of color #DB64B3: hue angle of 320.17º 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 #DB64B3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 179 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.14 |
| HSL | 320.17º | 0.62% | 0.63% | - |
| HSV(B) | 320.17º | 0.54% | 0.86% | - |
| XYZ | 41.91 | 27.43 | 45.73 | - |
| YUV | 144.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 179 | 0 | 0.54 | 0.18 | 0.14 | 320.17 | 0.62 | 0.63 |
| Hex | DB | 64 | B3 | 0 | 36 | 12 | E | 140 | 3E | 3F |
| Octal | 333 | 144 | 263 | 0 | 66 | 22 | 16 | 500 | 76 | 77 |
| Binary | 11011011 | 1100100 | 10110011 | 0 | 110110 | 10010 | 1110 | 101000000 | 111110 | 111111 |
Color Harmonies of #DB64B3
Complementary color
Monochromatic Colors of #DB64B3
Black with #DB64B3
Text Example
Text Example
White with #DB64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64B3; }
p { color: rgb(219,100,179); }
H1.HeaderClassName
{
color: #DB64B3;
}
.AnyTagClassName
{
color: #DB64B3;
}
</style>
background-color css
<style>
a { background-color: #DB64B3; }
a { background-color: rgb(219,100,179); }
div.DivClassName
{
background-color: #DB64B3;
}
.BgClassName
{
background-color: #DB64B3;
}
</style>
border-color css
<style>
span { border-color: #DB64B3; }
span { border-color: rgb(219,100,179); }
td.TdClassName
{
border-color: #DB64B3;
}
.TagClassName
{
border-color: #DB64B3;
}
</style>