Shades of Shocking Pink #DB1CB6
Tints of Shocking Pink #DB1CB6
RGB
CMYK
RGB Variations
Color information
#DB1CB6 (or 0xDB1CB6) is known color: Shocking Pink. HEX triplet: DB, 1C and B6. RGB value is (219,28,182). Sum of RGB (Red+Green+Blue) = 219+28+182=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CB6 is #24E349. Grayscale: #666666. Windows color (decimal): -2417482 or 11934939. OLE color: 11934939.
HSL color Cylindrical-coordinate representation of color #DB1CB6: hue angle of 311.62º 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 #DB1CB6 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 182 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.14 |
| HSL | 311.62º | 0.77% | 0.48% | - |
| HSV(B) | 311.62º | 0.87% | 0.86% | - |
| XYZ | 38.07 | 19.27 | 45.97 | - |
| YUV | 102.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 182 | 0 | 0.87 | 0.17 | 0.14 | 311.62 | 0.77 | 0.48 |
| Hex | DB | 1C | B6 | 0 | 57 | 11 | E | 138 | 4D | 30 |
| Octal | 333 | 34 | 266 | 0 | 127 | 21 | 16 | 470 | 115 | 60 |
| Binary | 11011011 | 11100 | 10110110 | 0 | 1010111 | 10001 | 1110 | 100111000 | 1001101 | 110000 |
Color Harmonies of #DB1CB6
Complementary color
Monochromatic Colors of #DB1CB6
Black with #DB1CB6
Text Example
Text Example
White with #DB1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CB6; }
p { color: rgb(219,28,182); }
H1.HeaderClassName
{
color: #DB1CB6;
}
.AnyTagClassName
{
color: #DB1CB6;
}
</style>
background-color css
<style>
a { background-color: #DB1CB6; }
a { background-color: rgb(219,28,182); }
div.DivClassName
{
background-color: #DB1CB6;
}
.BgClassName
{
background-color: #DB1CB6;
}
</style>
border-color css
<style>
span { border-color: #DB1CB6; }
span { border-color: rgb(219,28,182); }
td.TdClassName
{
border-color: #DB1CB6;
}
.TagClassName
{
border-color: #DB1CB6;
}
</style>