Shades of Shocking Pink #DB26BE
Tints of Shocking Pink #DB26BE
RGB
CMYK
RGB Variations
Color information
#DB26BE (or 0xDB26BE) is known color: Shocking Pink. HEX triplet: DB, 26 and BE. RGB value is (219,38,190). Sum of RGB (Red+Green+Blue) = 219+38+190=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26BE is #24D941. Grayscale: #6D6D6D. Windows color (decimal): -2414914 or 12461787. OLE color: 12461787.
HSL color Cylindrical-coordinate representation of color #DB26BE: hue angle of 309.61º 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 #DB26BE is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 190 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.14 |
| HSL | 309.61º | 0.72% | 0.5% | - |
| HSV(B) | 309.61º | 0.83% | 0.86% | - |
| XYZ | 39.2 | 20.16 | 50.54 | - |
| YUV | 109.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 190 | 0 | 0.83 | 0.13 | 0.14 | 309.61 | 0.72 | 0.5 |
| Hex | DB | 26 | BE | 0 | 53 | D | E | 136 | 48 | 32 |
| Octal | 333 | 46 | 276 | 0 | 123 | 15 | 16 | 466 | 110 | 62 |
| Binary | 11011011 | 100110 | 10111110 | 0 | 1010011 | 1101 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DB26BE
Complementary color
Monochromatic Colors of #DB26BE
Black with #DB26BE
Text Example
Text Example
White with #DB26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26BE; }
p { color: rgb(219,38,190); }
H1.HeaderClassName
{
color: #DB26BE;
}
.AnyTagClassName
{
color: #DB26BE;
}
</style>
background-color css
<style>
a { background-color: #DB26BE; }
a { background-color: rgb(219,38,190); }
div.DivClassName
{
background-color: #DB26BE;
}
.BgClassName
{
background-color: #DB26BE;
}
</style>
border-color css
<style>
span { border-color: #DB26BE; }
span { border-color: rgb(219,38,190); }
td.TdClassName
{
border-color: #DB26BE;
}
.TagClassName
{
border-color: #DB26BE;
}
</style>