Shades of Shocking #DBA3C0
Tints of Shocking #DBA3C0
RGB
CMYK
RGB Variations
Color information
#DBA3C0 (or 0xDBA3C0) is known color: Shocking. HEX triplet: DB, A3 and C0. RGB value is (219,163,192). Sum of RGB (Red+Green+Blue) = 219+163+192=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3C0 is #245C3F. Grayscale: #B6B6B6. Windows color (decimal): -2382912 or 12624859. OLE color: 12624859.
HSL color Cylindrical-coordinate representation of color #DBA3C0: hue angle of 328.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3C0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 192 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.14 |
| HSL | 328.93º | 0.44% | 0.75% | - |
| HSV(B) | 328.93º | 0.26% | 0.86% | - |
| XYZ | 51.83 | 45.06 | 55.84 | - |
| YUV | 183.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 192 | 0 | 0.26 | 0.12 | 0.14 | 328.93 | 0.44 | 0.75 |
| Hex | DB | A3 | C0 | 0 | 1A | C | E | 149 | 2C | 4B |
| Octal | 333 | 243 | 300 | 0 | 32 | 14 | 16 | 511 | 54 | 113 |
| Binary | 11011011 | 10100011 | 11000000 | 0 | 11010 | 1100 | 1110 | 101001001 | 101100 | 1001011 |
Color Harmonies of #DBA3C0
Complementary color
Monochromatic Colors of #DBA3C0
Black with #DBA3C0
Text Example
Text Example
White with #DBA3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3C0; }
p { color: rgb(219,163,192); }
H1.HeaderClassName
{
color: #DBA3C0;
}
.AnyTagClassName
{
color: #DBA3C0;
}
</style>
background-color css
<style>
a { background-color: #DBA3C0; }
a { background-color: rgb(219,163,192); }
div.DivClassName
{
background-color: #DBA3C0;
}
.BgClassName
{
background-color: #DBA3C0;
}
</style>
border-color css
<style>
span { border-color: #DBA3C0; }
span { border-color: rgb(219,163,192); }
td.TdClassName
{
border-color: #DBA3C0;
}
.TagClassName
{
border-color: #DBA3C0;
}
</style>