Shades of Shocking Pink #DB1CB7
Tints of Shocking Pink #DB1CB7
RGB
CMYK
RGB Variations
Color information
#DB1CB7 (or 0xDB1CB7) is known color: Shocking Pink. HEX triplet: DB, 1C and B7. RGB value is (219,28,183). Sum of RGB (Red+Green+Blue) = 219+28+183=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CB7 is #24E348. Grayscale: #666666. Windows color (decimal): -2417481 or 12000475. OLE color: 12000475.
HSL color Cylindrical-coordinate representation of color #DB1CB7: hue angle of 311.31º 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 #DB1CB7 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 183 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.14 |
| HSL | 311.31º | 0.77% | 0.48% | - |
| HSV(B) | 311.31º | 0.87% | 0.86% | - |
| XYZ | 38.18 | 19.31 | 46.51 | - |
| YUV | 102.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 183 | 0 | 0.87 | 0.16 | 0.14 | 311.31 | 0.77 | 0.48 |
| Hex | DB | 1C | B7 | 0 | 57 | 10 | E | 137 | 4D | 30 |
| Octal | 333 | 34 | 267 | 0 | 127 | 20 | 16 | 467 | 115 | 60 |
| Binary | 11011011 | 11100 | 10110111 | 0 | 1010111 | 10000 | 1110 | 100110111 | 1001101 | 110000 |
Color Harmonies of #DB1CB7
Complementary color
Monochromatic Colors of #DB1CB7
Black with #DB1CB7
Text Example
Text Example
White with #DB1CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CB7; }
p { color: rgb(219,28,183); }
H1.HeaderClassName
{
color: #DB1CB7;
}
.AnyTagClassName
{
color: #DB1CB7;
}
</style>
background-color css
<style>
a { background-color: #DB1CB7; }
a { background-color: rgb(219,28,183); }
div.DivClassName
{
background-color: #DB1CB7;
}
.BgClassName
{
background-color: #DB1CB7;
}
</style>
border-color css
<style>
span { border-color: #DB1CB7; }
span { border-color: rgb(219,28,183); }
td.TdClassName
{
border-color: #DB1CB7;
}
.TagClassName
{
border-color: #DB1CB7;
}
</style>