Shades of Hot Pink #DB68B4
Tints of Hot Pink #DB68B4
RGB
CMYK
RGB Variations
Color information
#DB68B4 (or 0xDB68B4) is known color: Hot Pink. HEX triplet: DB, 68 and B4. RGB value is (219,104,180). Sum of RGB (Red+Green+Blue) = 219+104+180=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68B4 is #24974B. Grayscale: #929292. Windows color (decimal): -2398028 or 11823323. OLE color: 11823323.
HSL color Cylindrical-coordinate representation of color #DB68B4: hue angle of 320.35º degrees, saturation: 0.61, 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 #DB68B4 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 180 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.14 |
| HSL | 320.35º | 0.61% | 0.63% | - |
| HSV(B) | 320.35º | 0.53% | 0.86% | - |
| XYZ | 42.4 | 28.26 | 46.4 | - |
| YUV | 147.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 180 | 0 | 0.53 | 0.18 | 0.14 | 320.35 | 0.61 | 0.63 |
| Hex | DB | 68 | B4 | 0 | 35 | 12 | E | 140 | 3D | 3F |
| Octal | 333 | 150 | 264 | 0 | 65 | 22 | 16 | 500 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10110100 | 0 | 110101 | 10010 | 1110 | 101000000 | 111101 | 111111 |
Color Harmonies of #DB68B4
Complementary color
Monochromatic Colors of #DB68B4
Black with #DB68B4
Text Example
Text Example
White with #DB68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68B4; }
p { color: rgb(219,104,180); }
H1.HeaderClassName
{
color: #DB68B4;
}
.AnyTagClassName
{
color: #DB68B4;
}
</style>
background-color css
<style>
a { background-color: #DB68B4; }
a { background-color: rgb(219,104,180); }
div.DivClassName
{
background-color: #DB68B4;
}
.BgClassName
{
background-color: #DB68B4;
}
</style>
border-color css
<style>
span { border-color: #DB68B4; }
span { border-color: rgb(219,104,180); }
td.TdClassName
{
border-color: #DB68B4;
}
.TagClassName
{
border-color: #DB68B4;
}
</style>