Shades of Shocking Pink #DB23B7
Tints of Shocking Pink #DB23B7
RGB
CMYK
RGB Variations
Color information
#DB23B7 (or 0xDB23B7) is known color: Shocking Pink. HEX triplet: DB, 23 and B7. RGB value is (219,35,183). Sum of RGB (Red+Green+Blue) = 219+35+183=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23B7 is #24DC48. Grayscale: #6A6A6A. Windows color (decimal): -2415689 or 12002267. OLE color: 12002267.
HSL color Cylindrical-coordinate representation of color #DB23B7: hue angle of 311.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB23B7 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 183 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.14 |
| HSL | 311.74º | 0.72% | 0.5% | - |
| HSV(B) | 311.74º | 0.84% | 0.86% | - |
| XYZ | 38.36 | 19.68 | 46.58 | - |
| YUV | 106.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 183 | 0 | 0.84 | 0.16 | 0.14 | 311.74 | 0.72 | 0.5 |
| Hex | DB | 23 | B7 | 0 | 54 | 10 | E | 138 | 48 | 32 |
| Octal | 333 | 43 | 267 | 0 | 124 | 20 | 16 | 470 | 110 | 62 |
| Binary | 11011011 | 100011 | 10110111 | 0 | 1010100 | 10000 | 1110 | 100111000 | 1001000 | 110010 |
Color Harmonies of #DB23B7
Complementary color
Monochromatic Colors of #DB23B7
Black with #DB23B7
Text Example
Text Example
White with #DB23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23B7; }
p { color: rgb(219,35,183); }
H1.HeaderClassName
{
color: #DB23B7;
}
.AnyTagClassName
{
color: #DB23B7;
}
</style>
background-color css
<style>
a { background-color: #DB23B7; }
a { background-color: rgb(219,35,183); }
div.DivClassName
{
background-color: #DB23B7;
}
.BgClassName
{
background-color: #DB23B7;
}
</style>
border-color css
<style>
span { border-color: #DB23B7; }
span { border-color: rgb(219,35,183); }
td.TdClassName
{
border-color: #DB23B7;
}
.TagClassName
{
border-color: #DB23B7;
}
</style>