Shades of Shocking #DB93C6
Tints of Shocking #DB93C6
RGB
CMYK
RGB Variations
Color information
#DB93C6 (or 0xDB93C6) is known color: Shocking. HEX triplet: DB, 93 and C6. RGB value is (219,147,198). Sum of RGB (Red+Green+Blue) = 219+147+198=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93C6 is #246C39. Grayscale: #AEAEAE. Windows color (decimal): -2387002 or 13013979. OLE color: 13013979.
HSL color Cylindrical-coordinate representation of color #DB93C6: hue angle of 317.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 #DB93C6 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 198 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.14 |
| HSL | 317.5º | 0.5% | 0.72% | - |
| HSV(B) | 317.5º | 0.33% | 0.86% | - |
| XYZ | 49.84 | 40 | 58.52 | - |
| YUV | 174.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 198 | 0 | 0.33 | 0.10 | 0.14 | 317.5 | 0.5 | 0.72 |
| Hex | DB | 93 | C6 | 0 | 21 | A | E | 13E | 32 | 48 |
| Octal | 333 | 223 | 306 | 0 | 41 | 12 | 16 | 476 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11000110 | 0 | 100001 | 1010 | 1110 | 100111110 | 110010 | 1001000 |
Color Harmonies of #DB93C6
Complementary color
Monochromatic Colors of #DB93C6
Black with #DB93C6
Text Example
Text Example
White with #DB93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93C6; }
p { color: rgb(219,147,198); }
H1.HeaderClassName
{
color: #DB93C6;
}
.AnyTagClassName
{
color: #DB93C6;
}
</style>
background-color css
<style>
a { background-color: #DB93C6; }
a { background-color: rgb(219,147,198); }
div.DivClassName
{
background-color: #DB93C6;
}
.BgClassName
{
background-color: #DB93C6;
}
</style>
border-color css
<style>
span { border-color: #DB93C6; }
span { border-color: rgb(219,147,198); }
td.TdClassName
{
border-color: #DB93C6;
}
.TagClassName
{
border-color: #DB93C6;
}
</style>