Shades of Shocking #DBA6C1
Tints of Shocking #DBA6C1
RGB
CMYK
RGB Variations
Color information
#DBA6C1 (or 0xDBA6C1) is known color: Shocking. HEX triplet: DB, A6 and C1. RGB value is (219,166,193). Sum of RGB (Red+Green+Blue) = 219+166+193=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C1 is #24593E. Grayscale: #B8B8B8. Windows color (decimal): -2382143 or 12691163. OLE color: 12691163.
HSL color Cylindrical-coordinate representation of color #DBA6C1: hue angle of 329.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6C1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 193 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.14 |
| HSL | 329.43º | 0.42% | 0.75% | - |
| HSV(B) | 329.43º | 0.24% | 0.86% | - |
| XYZ | 52.48 | 46.18 | 56.6 | - |
| YUV | 184.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 193 | 0 | 0.24 | 0.12 | 0.14 | 329.43 | 0.42 | 0.75 |
| Hex | DB | A6 | C1 | 0 | 18 | C | E | 149 | 2A | 4B |
| Octal | 333 | 246 | 301 | 0 | 30 | 14 | 16 | 511 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11000001 | 0 | 11000 | 1100 | 1110 | 101001001 | 101010 | 1001011 |
Color Harmonies of #DBA6C1
Complementary color
Monochromatic Colors of #DBA6C1
Black with #DBA6C1
Text Example
Text Example
White with #DBA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6C1; }
p { color: rgb(219,166,193); }
H1.HeaderClassName
{
color: #DBA6C1;
}
.AnyTagClassName
{
color: #DBA6C1;
}
</style>
background-color css
<style>
a { background-color: #DBA6C1; }
a { background-color: rgb(219,166,193); }
div.DivClassName
{
background-color: #DBA6C1;
}
.BgClassName
{
background-color: #DBA6C1;
}
</style>
border-color css
<style>
span { border-color: #DBA6C1; }
span { border-color: rgb(219,166,193); }
td.TdClassName
{
border-color: #DBA6C1;
}
.TagClassName
{
border-color: #DBA6C1;
}
</style>