Shades of Shocking #DB93BA
Tints of Shocking #DB93BA
RGB
CMYK
RGB Variations
Color information
#DB93BA (or 0xDB93BA) is known color: Shocking. HEX triplet: DB, 93 and BA. RGB value is (219,147,186). Sum of RGB (Red+Green+Blue) = 219+147+186=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93BA is #246C45. Grayscale: #ACACAC. Windows color (decimal): -2387014 or 12227547. OLE color: 12227547.
HSL color Cylindrical-coordinate representation of color #DB93BA: hue angle of 327.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93BA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 186 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.14 |
| HSL | 327.5º | 0.5% | 0.72% | - |
| HSV(B) | 327.5º | 0.33% | 0.86% | - |
| XYZ | 48.51 | 39.47 | 51.52 | - |
| YUV | 172.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 186 | 0 | 0.33 | 0.15 | 0.14 | 327.5 | 0.5 | 0.72 |
| Hex | DB | 93 | BA | 0 | 21 | F | E | 148 | 32 | 48 |
| Octal | 333 | 223 | 272 | 0 | 41 | 17 | 16 | 510 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10111010 | 0 | 100001 | 1111 | 1110 | 101001000 | 110010 | 1001000 |
Color Harmonies of #DB93BA
Complementary color
Monochromatic Colors of #DB93BA
Black with #DB93BA
Text Example
Text Example
White with #DB93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93BA; }
p { color: rgb(219,147,186); }
H1.HeaderClassName
{
color: #DB93BA;
}
.AnyTagClassName
{
color: #DB93BA;
}
</style>
background-color css
<style>
a { background-color: #DB93BA; }
a { background-color: rgb(219,147,186); }
div.DivClassName
{
background-color: #DB93BA;
}
.BgClassName
{
background-color: #DB93BA;
}
</style>
border-color css
<style>
span { border-color: #DB93BA; }
span { border-color: rgb(219,147,186); }
td.TdClassName
{
border-color: #DB93BA;
}
.TagClassName
{
border-color: #DB93BA;
}
</style>