Shades of Shocking Pink #DB1CBE
Tints of Shocking Pink #DB1CBE
RGB
CMYK
RGB Variations
Color information
#DB1CBE (or 0xDB1CBE) is known color: Shocking Pink. HEX triplet: DB, 1C and BE. RGB value is (219,28,190). Sum of RGB (Red+Green+Blue) = 219+28+190=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBE is #24E341. Grayscale: #676767. Windows color (decimal): -2417474 or 12459227. OLE color: 12459227.
HSL color Cylindrical-coordinate representation of color #DB1CBE: hue angle of 309.11º 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 #DB1CBE is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 190 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.14 |
| HSL | 309.11º | 0.77% | 0.48% | - |
| HSV(B) | 309.11º | 0.87% | 0.86% | - |
| XYZ | 38.92 | 19.61 | 50.45 | - |
| YUV | 103.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 190 | 0 | 0.87 | 0.13 | 0.14 | 309.11 | 0.77 | 0.48 |
| Hex | DB | 1C | BE | 0 | 57 | D | E | 135 | 4D | 30 |
| Octal | 333 | 34 | 276 | 0 | 127 | 15 | 16 | 465 | 115 | 60 |
| Binary | 11011011 | 11100 | 10111110 | 0 | 1010111 | 1101 | 1110 | 100110101 | 1001101 | 110000 |
Color Harmonies of #DB1CBE
Complementary color
Monochromatic Colors of #DB1CBE
Black with #DB1CBE
Text Example
Text Example
White with #DB1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CBE; }
p { color: rgb(219,28,190); }
H1.HeaderClassName
{
color: #DB1CBE;
}
.AnyTagClassName
{
color: #DB1CBE;
}
</style>
background-color css
<style>
a { background-color: #DB1CBE; }
a { background-color: rgb(219,28,190); }
div.DivClassName
{
background-color: #DB1CBE;
}
.BgClassName
{
background-color: #DB1CBE;
}
</style>
border-color css
<style>
span { border-color: #DB1CBE; }
span { border-color: rgb(219,28,190); }
td.TdClassName
{
border-color: #DB1CBE;
}
.TagClassName
{
border-color: #DB1CBE;
}
</style>