Shades of Shocking Pink #DB17B7
Tints of Shocking Pink #DB17B7
RGB
CMYK
RGB Variations
Color information
#DB17B7 (or 0xDB17B7) is known color: Shocking Pink. HEX triplet: DB, 17 and B7. RGB value is (219,23,183). Sum of RGB (Red+Green+Blue) = 219+23+183=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17B7 is #24E848. Grayscale: #636363. Windows color (decimal): -2418761 or 11999195. OLE color: 11999195.
HSL color Cylindrical-coordinate representation of color #DB17B7: hue angle of 311.02º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB17B7 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 183 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.14 |
| HSL | 311.02º | 0.81% | 0.47% | - |
| HSV(B) | 311.02º | 0.89% | 0.86% | - |
| XYZ | 38.07 | 19.09 | 46.48 | - |
| YUV | 99.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 183 | 0 | 0.89 | 0.16 | 0.14 | 311.02 | 0.81 | 0.47 |
| Hex | DB | 17 | B7 | 0 | 59 | 10 | E | 137 | 51 | 2F |
| Octal | 333 | 27 | 267 | 0 | 131 | 20 | 16 | 467 | 121 | 57 |
| Binary | 11011011 | 10111 | 10110111 | 0 | 1011001 | 10000 | 1110 | 100110111 | 1010001 | 101111 |
Color Harmonies of #DB17B7
Complementary color
Monochromatic Colors of #DB17B7
Black with #DB17B7
Text Example
Text Example
White with #DB17B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17B7; }
p { color: rgb(219,23,183); }
H1.HeaderClassName
{
color: #DB17B7;
}
.AnyTagClassName
{
color: #DB17B7;
}
</style>
background-color css
<style>
a { background-color: #DB17B7; }
a { background-color: rgb(219,23,183); }
div.DivClassName
{
background-color: #DB17B7;
}
.BgClassName
{
background-color: #DB17B7;
}
</style>
border-color css
<style>
span { border-color: #DB17B7; }
span { border-color: rgb(219,23,183); }
td.TdClassName
{
border-color: #DB17B7;
}
.TagClassName
{
border-color: #DB17B7;
}
</style>