Shades of Shocking #DB93C9
Tints of Shocking #DB93C9
RGB
CMYK
RGB Variations
Color information
#DB93C9 (or 0xDB93C9) is known color: Shocking. HEX triplet: DB, 93 and C9. RGB value is (219,147,201). Sum of RGB (Red+Green+Blue) = 219+147+201=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93C9 is #246C36. Grayscale: #AEAEAE. Windows color (decimal): -2386999 or 13210587. OLE color: 13210587.
HSL color Cylindrical-coordinate representation of color #DB93C9: hue angle of 315º 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 #DB93C9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 201 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.14 |
| HSL | 315º | 0.5% | 0.72% | - |
| HSV(B) | 315º | 0.33% | 0.86% | - |
| XYZ | 50.19 | 40.14 | 60.36 | - |
| YUV | 174.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 201 | 0 | 0.33 | 0.08 | 0.14 | 315 | 0.5 | 0.72 |
| Hex | DB | 93 | C9 | 0 | 21 | 8 | E | 13B | 32 | 48 |
| Octal | 333 | 223 | 311 | 0 | 41 | 10 | 16 | 473 | 62 | 110 |
| Binary | 11011011 | 10010011 | 11001001 | 0 | 100001 | 1000 | 1110 | 100111011 | 110010 | 1001000 |
Color Harmonies of #DB93C9
Complementary color
Monochromatic Colors of #DB93C9
Black with #DB93C9
Text Example
Text Example
White with #DB93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93C9; }
p { color: rgb(219,147,201); }
H1.HeaderClassName
{
color: #DB93C9;
}
.AnyTagClassName
{
color: #DB93C9;
}
</style>
background-color css
<style>
a { background-color: #DB93C9; }
a { background-color: rgb(219,147,201); }
div.DivClassName
{
background-color: #DB93C9;
}
.BgClassName
{
background-color: #DB93C9;
}
</style>
border-color css
<style>
span { border-color: #DB93C9; }
span { border-color: rgb(219,147,201); }
td.TdClassName
{
border-color: #DB93C9;
}
.TagClassName
{
border-color: #DB93C9;
}
</style>