Shades of Shocking #DB93C1
Tints of Shocking #DB93C1
RGB
CMYK
RGB Variations
Color information
#DB93C1 (or 0xDB93C1) is known color: Shocking. HEX triplet: DB, 93 and C1. RGB value is (219,147,193). Sum of RGB (Red+Green+Blue) = 219+147+193=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93C1 is #246C3E. Grayscale: #ADADAD. Windows color (decimal): -2387007 or 12686299. OLE color: 12686299.
HSL color Cylindrical-coordinate representation of color #DB93C1: hue angle of 321.67º 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 #DB93C1 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 193 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.14 |
| HSL | 321.67º | 0.5% | 0.72% | - |
| HSV(B) | 321.67º | 0.33% | 0.86% | - |
| XYZ | 49.27 | 39.78 | 55.53 | - |
| YUV | 173.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 193 | 0 | 0.33 | 0.12 | 0.14 | 321.67 | 0.5 | 0.72 |
| Hex | DB | 93 | C1 | 0 | 21 | C | E | 142 | 32 | 48 |
| Octal | 333 | 223 | 301 | 0 | 41 | 14 | 16 | 502 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11000001 | 0 | 100001 | 1100 | 1110 | 101000010 | 110010 | 1001000 |
Color Harmonies of #DB93C1
Complementary color
Monochromatic Colors of #DB93C1
Black with #DB93C1
Text Example
Text Example
White with #DB93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93C1; }
p { color: rgb(219,147,193); }
H1.HeaderClassName
{
color: #DB93C1;
}
.AnyTagClassName
{
color: #DB93C1;
}
</style>
background-color css
<style>
a { background-color: #DB93C1; }
a { background-color: rgb(219,147,193); }
div.DivClassName
{
background-color: #DB93C1;
}
.BgClassName
{
background-color: #DB93C1;
}
</style>
border-color css
<style>
span { border-color: #DB93C1; }
span { border-color: rgb(219,147,193); }
td.TdClassName
{
border-color: #DB93C1;
}
.TagClassName
{
border-color: #DB93C1;
}
</style>