Shades of Shocking #DBA4BD
Tints of Shocking #DBA4BD
RGB
CMYK
RGB Variations
Color information
#DBA4BD (or 0xDBA4BD) is known color: Shocking. HEX triplet: DB, A4 and BD. RGB value is (219,164,189). Sum of RGB (Red+Green+Blue) = 219+164+189=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4BD is #245B42. Grayscale: #B7B7B7. Windows color (decimal): -2382659 or 12428507. OLE color: 12428507.
HSL color Cylindrical-coordinate representation of color #DBA4BD: hue angle of 332.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4BD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 189 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.14 |
| HSL | 332.73º | 0.43% | 0.75% | - |
| HSV(B) | 332.73º | 0.25% | 0.86% | - |
| XYZ | 51.67 | 45.29 | 54.16 | - |
| YUV | 183.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 189 | 0 | 0.25 | 0.14 | 0.14 | 332.73 | 0.43 | 0.75 |
| Hex | DB | A4 | BD | 0 | 19 | E | E | 14D | 2B | 4B |
| Octal | 333 | 244 | 275 | 0 | 31 | 16 | 16 | 515 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10111101 | 0 | 11001 | 1110 | 1110 | 101001101 | 101011 | 1001011 |
Color Harmonies of #DBA4BD
Complementary color
Monochromatic Colors of #DBA4BD
Black with #DBA4BD
Text Example
Text Example
White with #DBA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4BD; }
p { color: rgb(219,164,189); }
H1.HeaderClassName
{
color: #DBA4BD;
}
.AnyTagClassName
{
color: #DBA4BD;
}
</style>
background-color css
<style>
a { background-color: #DBA4BD; }
a { background-color: rgb(219,164,189); }
div.DivClassName
{
background-color: #DBA4BD;
}
.BgClassName
{
background-color: #DBA4BD;
}
</style>
border-color css
<style>
span { border-color: #DBA4BD; }
span { border-color: rgb(219,164,189); }
td.TdClassName
{
border-color: #DBA4BD;
}
.TagClassName
{
border-color: #DBA4BD;
}
</style>