Shades of Shocking Pink #DB26B9
Tints of Shocking Pink #DB26B9
RGB
CMYK
RGB Variations
Color information
#DB26B9 (or 0xDB26B9) is known color: Shocking Pink. HEX triplet: DB, 26 and B9. RGB value is (219,38,185). Sum of RGB (Red+Green+Blue) = 219+38+185=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26B9 is #24D946. Grayscale: #6C6C6C. Windows color (decimal): -2414919 or 12134107. OLE color: 12134107.
HSL color Cylindrical-coordinate representation of color #DB26B9: hue angle of 311.27º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB26B9 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 185 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.14 |
| HSL | 311.27º | 0.72% | 0.5% | - |
| HSV(B) | 311.27º | 0.83% | 0.86% | - |
| XYZ | 38.66 | 19.95 | 47.71 | - |
| YUV | 108.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 185 | 0 | 0.83 | 0.16 | 0.14 | 311.27 | 0.72 | 0.5 |
| Hex | DB | 26 | B9 | 0 | 53 | 10 | E | 137 | 48 | 32 |
| Octal | 333 | 46 | 271 | 0 | 123 | 20 | 16 | 467 | 110 | 62 |
| Binary | 11011011 | 100110 | 10111001 | 0 | 1010011 | 10000 | 1110 | 100110111 | 1001000 | 110010 |
Color Harmonies of #DB26B9
Complementary color
Monochromatic Colors of #DB26B9
Black with #DB26B9
Text Example
Text Example
White with #DB26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26B9; }
p { color: rgb(219,38,185); }
H1.HeaderClassName
{
color: #DB26B9;
}
.AnyTagClassName
{
color: #DB26B9;
}
</style>
background-color css
<style>
a { background-color: #DB26B9; }
a { background-color: rgb(219,38,185); }
div.DivClassName
{
background-color: #DB26B9;
}
.BgClassName
{
background-color: #DB26B9;
}
</style>
border-color css
<style>
span { border-color: #DB26B9; }
span { border-color: rgb(219,38,185); }
td.TdClassName
{
border-color: #DB26B9;
}
.TagClassName
{
border-color: #DB26B9;
}
</style>