Shades of Shocking Pink #DB17BA
Tints of Shocking Pink #DB17BA
RGB
CMYK
RGB Variations
Color information
#DB17BA (or 0xDB17BA) is known color: Shocking Pink. HEX triplet: DB, 17 and BA. RGB value is (219,23,186). Sum of RGB (Red+Green+Blue) = 219+23+186=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB17BA is #24E845. Grayscale: #636363. Windows color (decimal): -2418758 or 12195803. OLE color: 12195803.
HSL color Cylindrical-coordinate representation of color #DB17BA: hue angle of 310.1º 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 #DB17BA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.14 |
| HSL | 310.1º | 0.81% | 0.47% | - |
| HSV(B) | 310.1º | 0.89% | 0.86% | - |
| XYZ | 38.38 | 19.22 | 48.14 | - |
| YUV | 100.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 186 | 0 | 0.89 | 0.15 | 0.14 | 310.1 | 0.81 | 0.47 |
| Hex | DB | 17 | BA | 0 | 59 | F | E | 136 | 51 | 2F |
| Octal | 333 | 27 | 272 | 0 | 131 | 17 | 16 | 466 | 121 | 57 |
| Binary | 11011011 | 10111 | 10111010 | 0 | 1011001 | 1111 | 1110 | 100110110 | 1010001 | 101111 |
Color Harmonies of #DB17BA
Complementary color
Monochromatic Colors of #DB17BA
Black with #DB17BA
Text Example
Text Example
White with #DB17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB17BA; }
p { color: rgb(219,23,186); }
H1.HeaderClassName
{
color: #DB17BA;
}
.AnyTagClassName
{
color: #DB17BA;
}
</style>
background-color css
<style>
a { background-color: #DB17BA; }
a { background-color: rgb(219,23,186); }
div.DivClassName
{
background-color: #DB17BA;
}
.BgClassName
{
background-color: #DB17BA;
}
</style>
border-color css
<style>
span { border-color: #DB17BA; }
span { border-color: rgb(219,23,186); }
td.TdClassName
{
border-color: #DB17BA;
}
.TagClassName
{
border-color: #DB17BA;
}
</style>