Shades of Shocking #DB93BD
Tints of Shocking #DB93BD
RGB
CMYK
RGB Variations
Color information
#DB93BD (or 0xDB93BD) is known color: Shocking. HEX triplet: DB, 93 and BD. RGB value is (219,147,189). Sum of RGB (Red+Green+Blue) = 219+147+189=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93BD is #246C42. Grayscale: #ADADAD. Windows color (decimal): -2387011 or 12424155. OLE color: 12424155.
HSL color Cylindrical-coordinate representation of color #DB93BD: hue angle of 325º 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 #DB93BD is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 189 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.14 |
| HSL | 325º | 0.5% | 0.72% | - |
| HSV(B) | 325º | 0.33% | 0.86% | - |
| XYZ | 48.83 | 39.6 | 53.21 | - |
| YUV | 173.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 189 | 0 | 0.33 | 0.14 | 0.14 | 325 | 0.5 | 0.72 |
| Hex | DB | 93 | BD | 0 | 21 | E | E | 145 | 32 | 48 |
| Octal | 333 | 223 | 275 | 0 | 41 | 16 | 16 | 505 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10111101 | 0 | 100001 | 1110 | 1110 | 101000101 | 110010 | 1001000 |
Color Harmonies of #DB93BD
Complementary color
Monochromatic Colors of #DB93BD
Black with #DB93BD
Text Example
Text Example
White with #DB93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93BD; }
p { color: rgb(219,147,189); }
H1.HeaderClassName
{
color: #DB93BD;
}
.AnyTagClassName
{
color: #DB93BD;
}
</style>
background-color css
<style>
a { background-color: #DB93BD; }
a { background-color: rgb(219,147,189); }
div.DivClassName
{
background-color: #DB93BD;
}
.BgClassName
{
background-color: #DB93BD;
}
</style>
border-color css
<style>
span { border-color: #DB93BD; }
span { border-color: rgb(219,147,189); }
td.TdClassName
{
border-color: #DB93BD;
}
.TagClassName
{
border-color: #DB93BD;
}
</style>