Shades of Shocking #DBA0C5
Tints of Shocking #DBA0C5
RGB
CMYK
RGB Variations
Color information
#DBA0C5 (or 0xDBA0C5) is known color: Shocking. HEX triplet: DB, A0 and C5. RGB value is (219,160,197). Sum of RGB (Red+Green+Blue) = 219+160+197=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0C5 is #245F3A. Grayscale: #B5B5B5. Windows color (decimal): -2383675 or 12951771. OLE color: 12951771.
HSL color Cylindrical-coordinate representation of color #DBA0C5: hue angle of 322.37º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0C5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 197 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.14 |
| HSL | 322.37º | 0.45% | 0.74% | - |
| HSV(B) | 322.37º | 0.27% | 0.86% | - |
| XYZ | 51.86 | 44.23 | 58.63 | - |
| YUV | 181.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 197 | 0 | 0.27 | 0.10 | 0.14 | 322.37 | 0.45 | 0.74 |
| Hex | DB | A0 | C5 | 0 | 1B | A | E | 142 | 2D | 4A |
| Octal | 333 | 240 | 305 | 0 | 33 | 12 | 16 | 502 | 55 | 112 |
| Binary | 11011011 | 10100000 | 11000101 | 0 | 11011 | 1010 | 1110 | 101000010 | 101101 | 1001010 |
Color Harmonies of #DBA0C5
Complementary color
Monochromatic Colors of #DBA0C5
Black with #DBA0C5
Text Example
Text Example
White with #DBA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0C5; }
p { color: rgb(219,160,197); }
H1.HeaderClassName
{
color: #DBA0C5;
}
.AnyTagClassName
{
color: #DBA0C5;
}
</style>
background-color css
<style>
a { background-color: #DBA0C5; }
a { background-color: rgb(219,160,197); }
div.DivClassName
{
background-color: #DBA0C5;
}
.BgClassName
{
background-color: #DBA0C5;
}
</style>
border-color css
<style>
span { border-color: #DBA0C5; }
span { border-color: rgb(219,160,197); }
td.TdClassName
{
border-color: #DBA0C5;
}
.TagClassName
{
border-color: #DBA0C5;
}
</style>