Shades of Shocking #DBA4BE
Tints of Shocking #DBA4BE
RGB
CMYK
RGB Variations
Color information
#DBA4BE (or 0xDBA4BE) is known color: Shocking. HEX triplet: DB, A4 and BE. RGB value is (219,164,190). Sum of RGB (Red+Green+Blue) = 219+164+190=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4BE is #245B41. Grayscale: #B7B7B7. Windows color (decimal): -2382658 or 12494043. OLE color: 12494043.
HSL color Cylindrical-coordinate representation of color #DBA4BE: hue angle of 331.64º 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 #DBA4BE is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 190 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.14 |
| HSL | 331.64º | 0.43% | 0.75% | - |
| HSV(B) | 331.64º | 0.25% | 0.86% | - |
| XYZ | 51.78 | 45.33 | 54.74 | - |
| YUV | 183.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 190 | 0 | 0.25 | 0.13 | 0.14 | 331.64 | 0.43 | 0.75 |
| Hex | DB | A4 | BE | 0 | 19 | D | E | 14C | 2B | 4B |
| Octal | 333 | 244 | 276 | 0 | 31 | 15 | 16 | 514 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10111110 | 0 | 11001 | 1101 | 1110 | 101001100 | 101011 | 1001011 |
Color Harmonies of #DBA4BE
Complementary color
Monochromatic Colors of #DBA4BE
Black with #DBA4BE
Text Example
Text Example
White with #DBA4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4BE; }
p { color: rgb(219,164,190); }
H1.HeaderClassName
{
color: #DBA4BE;
}
.AnyTagClassName
{
color: #DBA4BE;
}
</style>
background-color css
<style>
a { background-color: #DBA4BE; }
a { background-color: rgb(219,164,190); }
div.DivClassName
{
background-color: #DBA4BE;
}
.BgClassName
{
background-color: #DBA4BE;
}
</style>
border-color css
<style>
span { border-color: #DBA4BE; }
span { border-color: rgb(219,164,190); }
td.TdClassName
{
border-color: #DBA4BE;
}
.TagClassName
{
border-color: #DBA4BE;
}
</style>