Shades of Shocking Pink #DB1CBC
Tints of Shocking Pink #DB1CBC
RGB
CMYK
RGB Variations
Color information
#DB1CBC (or 0xDB1CBC) is known color: Shocking Pink. HEX triplet: DB, 1C and BC. RGB value is (219,28,188). Sum of RGB (Red+Green+Blue) = 219+28+188=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBC is #24E343. Grayscale: #666666. Windows color (decimal): -2417476 or 12328155. OLE color: 12328155.
HSL color Cylindrical-coordinate representation of color #DB1CBC: hue angle of 309.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CBC is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 188 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.14 |
| HSL | 309.74º | 0.77% | 0.48% | - |
| HSV(B) | 309.74º | 0.87% | 0.86% | - |
| XYZ | 38.71 | 19.52 | 49.3 | - |
| YUV | 103.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 188 | 0 | 0.87 | 0.14 | 0.14 | 309.74 | 0.77 | 0.48 |
| Hex | DB | 1C | BC | 0 | 57 | E | E | 136 | 4D | 30 |
| Octal | 333 | 34 | 274 | 0 | 127 | 16 | 16 | 466 | 115 | 60 |
| Binary | 11011011 | 11100 | 10111100 | 0 | 1010111 | 1110 | 1110 | 100110110 | 1001101 | 110000 |
Color Harmonies of #DB1CBC
Complementary color
Monochromatic Colors of #DB1CBC
Black with #DB1CBC
Text Example
Text Example
White with #DB1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CBC; }
p { color: rgb(219,28,188); }
H1.HeaderClassName
{
color: #DB1CBC;
}
.AnyTagClassName
{
color: #DB1CBC;
}
</style>
background-color css
<style>
a { background-color: #DB1CBC; }
a { background-color: rgb(219,28,188); }
div.DivClassName
{
background-color: #DB1CBC;
}
.BgClassName
{
background-color: #DB1CBC;
}
</style>
border-color css
<style>
span { border-color: #DB1CBC; }
span { border-color: rgb(219,28,188); }
td.TdClassName
{
border-color: #DB1CBC;
}
.TagClassName
{
border-color: #DB1CBC;
}
</style>