Shades of Shocking Pink #DB1CBA
Tints of Shocking Pink #DB1CBA
RGB
CMYK
RGB Variations
Color information
#DB1CBA (or 0xDB1CBA) is known color: Shocking Pink. HEX triplet: DB, 1C and BA. RGB value is (219,28,186). Sum of RGB (Red+Green+Blue) = 219+28+186=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBA is #24E345. Grayscale: #666666. Windows color (decimal): -2417478 or 12197083. OLE color: 12197083.
HSL color Cylindrical-coordinate representation of color #DB1CBA: hue angle of 310.37º 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 #DB1CBA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 186 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.14 |
| HSL | 310.37º | 0.77% | 0.48% | - |
| HSV(B) | 310.37º | 0.87% | 0.86% | - |
| XYZ | 38.49 | 19.44 | 48.18 | - |
| YUV | 103.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 186 | 0 | 0.87 | 0.15 | 0.14 | 310.37 | 0.77 | 0.48 |
| Hex | DB | 1C | BA | 0 | 57 | F | E | 136 | 4D | 30 |
| Octal | 333 | 34 | 272 | 0 | 127 | 17 | 16 | 466 | 115 | 60 |
| Binary | 11011011 | 11100 | 10111010 | 0 | 1010111 | 1111 | 1110 | 100110110 | 1001101 | 110000 |
Color Harmonies of #DB1CBA
Complementary color
Monochromatic Colors of #DB1CBA
Black with #DB1CBA
Text Example
Text Example
White with #DB1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CBA; }
p { color: rgb(219,28,186); }
H1.HeaderClassName
{
color: #DB1CBA;
}
.AnyTagClassName
{
color: #DB1CBA;
}
</style>
background-color css
<style>
a { background-color: #DB1CBA; }
a { background-color: rgb(219,28,186); }
div.DivClassName
{
background-color: #DB1CBA;
}
.BgClassName
{
background-color: #DB1CBA;
}
</style>
border-color css
<style>
span { border-color: #DB1CBA; }
span { border-color: rgb(219,28,186); }
td.TdClassName
{
border-color: #DB1CBA;
}
.TagClassName
{
border-color: #DB1CBA;
}
</style>