Shades of Shocking Pink #DB13B3
Tints of Shocking Pink #DB13B3
RGB
CMYK
RGB Variations
Color information
#DB13B3 (or 0xDB13B3) is known color: Shocking Pink. HEX triplet: DB, 13 and B3. RGB value is (219,19,179). Sum of RGB (Red+Green+Blue) = 219+19+179=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13B3 is #24EC4C. Grayscale: #606060. Windows color (decimal): -2419789 or 11736027. OLE color: 11736027.
HSL color Cylindrical-coordinate representation of color #DB13B3: hue angle of 312º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13B3 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 179 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.14 |
| HSL | 312º | 0.84% | 0.47% | - |
| HSV(B) | 312º | 0.91% | 0.86% | - |
| XYZ | 37.58 | 18.78 | 44.29 | - |
| YUV | 97.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 179 | 0 | 0.91 | 0.18 | 0.14 | 312 | 0.84 | 0.47 |
| Hex | DB | 13 | B3 | 0 | 5B | 12 | E | 138 | 54 | 2F |
| Octal | 333 | 23 | 263 | 0 | 133 | 22 | 16 | 470 | 124 | 57 |
| Binary | 11011011 | 10011 | 10110011 | 0 | 1011011 | 10010 | 1110 | 100111000 | 1010100 | 101111 |
Color Harmonies of #DB13B3
Complementary color
Monochromatic Colors of #DB13B3
Black with #DB13B3
Text Example
Text Example
White with #DB13B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13B3; }
p { color: rgb(219,19,179); }
H1.HeaderClassName
{
color: #DB13B3;
}
.AnyTagClassName
{
color: #DB13B3;
}
</style>
background-color css
<style>
a { background-color: #DB13B3; }
a { background-color: rgb(219,19,179); }
div.DivClassName
{
background-color: #DB13B3;
}
.BgClassName
{
background-color: #DB13B3;
}
</style>
border-color css
<style>
span { border-color: #DB13B3; }
span { border-color: rgb(219,19,179); }
td.TdClassName
{
border-color: #DB13B3;
}
.TagClassName
{
border-color: #DB13B3;
}
</style>