Shades of Shocking #DBA6BD
Tints of Shocking #DBA6BD
RGB
CMYK
RGB Variations
Color information
#DBA6BD (or 0xDBA6BD) is known color: Shocking. HEX triplet: DB, A6 and BD. RGB value is (219,166,189). Sum of RGB (Red+Green+Blue) = 219+166+189=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BD is #245942. Grayscale: #B8B8B8. Windows color (decimal): -2382147 or 12429019. OLE color: 12429019.
HSL color Cylindrical-coordinate representation of color #DBA6BD: hue angle of 333.96º 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 #DBA6BD is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 189 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.14 |
| HSL | 333.96º | 0.42% | 0.75% | - |
| HSV(B) | 333.96º | 0.24% | 0.86% | - |
| XYZ | 52.03 | 46.01 | 54.28 | - |
| YUV | 184.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 189 | 0 | 0.24 | 0.14 | 0.14 | 333.96 | 0.42 | 0.75 |
| Hex | DB | A6 | BD | 0 | 18 | E | E | 14E | 2A | 4B |
| Octal | 333 | 246 | 275 | 0 | 30 | 16 | 16 | 516 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10111101 | 0 | 11000 | 1110 | 1110 | 101001110 | 101010 | 1001011 |
Color Harmonies of #DBA6BD
Complementary color
Monochromatic Colors of #DBA6BD
Black with #DBA6BD
Text Example
Text Example
White with #DBA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6BD; }
p { color: rgb(219,166,189); }
H1.HeaderClassName
{
color: #DBA6BD;
}
.AnyTagClassName
{
color: #DBA6BD;
}
</style>
background-color css
<style>
a { background-color: #DBA6BD; }
a { background-color: rgb(219,166,189); }
div.DivClassName
{
background-color: #DBA6BD;
}
.BgClassName
{
background-color: #DBA6BD;
}
</style>
border-color css
<style>
span { border-color: #DBA6BD; }
span { border-color: rgb(219,166,189); }
td.TdClassName
{
border-color: #DBA6BD;
}
.TagClassName
{
border-color: #DBA6BD;
}
</style>