Shades of Hot Pink #DB68B5
Tints of Hot Pink #DB68B5
RGB
CMYK
RGB Variations
Color information
#DB68B5 (or 0xDB68B5) is known color: Hot Pink. HEX triplet: DB, 68 and B5. RGB value is (219,104,181). Sum of RGB (Red+Green+Blue) = 219+104+181=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68B5 is #24974A. Grayscale: #929292. Windows color (decimal): -2398027 or 11888859. OLE color: 11888859.
HSL color Cylindrical-coordinate representation of color #DB68B5: hue angle of 319.83º 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 #DB68B5 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 181 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.14 |
| HSL | 319.83º | 0.61% | 0.63% | - |
| HSV(B) | 319.83º | 0.53% | 0.86% | - |
| XYZ | 42.5 | 28.3 | 46.94 | - |
| YUV | 147.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 181 | 0 | 0.53 | 0.17 | 0.14 | 319.83 | 0.61 | 0.63 |
| Hex | DB | 68 | B5 | 0 | 35 | 11 | E | 140 | 3D | 3F |
| Octal | 333 | 150 | 265 | 0 | 65 | 21 | 16 | 500 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10110101 | 0 | 110101 | 10001 | 1110 | 101000000 | 111101 | 111111 |
Color Harmonies of #DB68B5
Complementary color
Monochromatic Colors of #DB68B5
Black with #DB68B5
Text Example
Text Example
White with #DB68B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68B5; }
p { color: rgb(219,104,181); }
H1.HeaderClassName
{
color: #DB68B5;
}
.AnyTagClassName
{
color: #DB68B5;
}
</style>
background-color css
<style>
a { background-color: #DB68B5; }
a { background-color: rgb(219,104,181); }
div.DivClassName
{
background-color: #DB68B5;
}
.BgClassName
{
background-color: #DB68B5;
}
</style>
border-color css
<style>
span { border-color: #DB68B5; }
span { border-color: rgb(219,104,181); }
td.TdClassName
{
border-color: #DB68B5;
}
.TagClassName
{
border-color: #DB68B5;
}
</style>