Shades of Shocking #DBA4C5
Tints of Shocking #DBA4C5
RGB
CMYK
RGB Variations
Color information
#DBA4C5 (or 0xDBA4C5) is known color: Shocking. HEX triplet: DB, A4 and C5. RGB value is (219,164,197). Sum of RGB (Red+Green+Blue) = 219+164+197=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4C5 is #245B3A. Grayscale: #B8B8B8. Windows color (decimal): -2382651 or 12952795. OLE color: 12952795.
HSL color Cylindrical-coordinate representation of color #DBA4C5: hue angle of 324º 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 #DBA4C5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 197 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.14 |
| HSL | 324º | 0.43% | 0.75% | - |
| HSV(B) | 324º | 0.25% | 0.86% | - |
| XYZ | 52.57 | 45.64 | 58.86 | - |
| YUV | 184.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 197 | 0 | 0.25 | 0.10 | 0.14 | 324 | 0.43 | 0.75 |
| Hex | DB | A4 | C5 | 0 | 19 | A | E | 144 | 2B | 4B |
| Octal | 333 | 244 | 305 | 0 | 31 | 12 | 16 | 504 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11000101 | 0 | 11001 | 1010 | 1110 | 101000100 | 101011 | 1001011 |
Color Harmonies of #DBA4C5
Complementary color
Monochromatic Colors of #DBA4C5
Black with #DBA4C5
Text Example
Text Example
White with #DBA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4C5; }
p { color: rgb(219,164,197); }
H1.HeaderClassName
{
color: #DBA4C5;
}
.AnyTagClassName
{
color: #DBA4C5;
}
</style>
background-color css
<style>
a { background-color: #DBA4C5; }
a { background-color: rgb(219,164,197); }
div.DivClassName
{
background-color: #DBA4C5;
}
.BgClassName
{
background-color: #DBA4C5;
}
</style>
border-color css
<style>
span { border-color: #DBA4C5; }
span { border-color: rgb(219,164,197); }
td.TdClassName
{
border-color: #DBA4C5;
}
.TagClassName
{
border-color: #DBA4C5;
}
</style>