Shades of Shocking #DBA6C3
Tints of Shocking #DBA6C3
RGB
CMYK
RGB Variations
Color information
#DBA6C3 (or 0xDBA6C3) is known color: Shocking. HEX triplet: DB, A6 and C3. RGB value is (219,166,195). Sum of RGB (Red+Green+Blue) = 219+166+195=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C3 is #24593C. Grayscale: #B9B9B9. Windows color (decimal): -2382141 or 12822235. OLE color: 12822235.
HSL color Cylindrical-coordinate representation of color #DBA6C3: hue angle of 327.17º 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 #DBA6C3 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 195 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.14 |
| HSL | 327.17º | 0.42% | 0.75% | - |
| HSV(B) | 327.17º | 0.24% | 0.86% | - |
| XYZ | 52.7 | 46.27 | 57.78 | - |
| YUV | 185.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 195 | 0 | 0.24 | 0.11 | 0.14 | 327.17 | 0.42 | 0.75 |
| Hex | DB | A6 | C3 | 0 | 18 | B | E | 147 | 2A | 4B |
| Octal | 333 | 246 | 303 | 0 | 30 | 13 | 16 | 507 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11000011 | 0 | 11000 | 1011 | 1110 | 101000111 | 101010 | 1001011 |
Color Harmonies of #DBA6C3
Complementary color
Monochromatic Colors of #DBA6C3
Black with #DBA6C3
Text Example
Text Example
White with #DBA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6C3; }
p { color: rgb(219,166,195); }
H1.HeaderClassName
{
color: #DBA6C3;
}
.AnyTagClassName
{
color: #DBA6C3;
}
</style>
background-color css
<style>
a { background-color: #DBA6C3; }
a { background-color: rgb(219,166,195); }
div.DivClassName
{
background-color: #DBA6C3;
}
.BgClassName
{
background-color: #DBA6C3;
}
</style>
border-color css
<style>
span { border-color: #DBA6C3; }
span { border-color: rgb(219,166,195); }
td.TdClassName
{
border-color: #DBA6C3;
}
.TagClassName
{
border-color: #DBA6C3;
}
</style>