Shades of Shocking #DBA4C4
Tints of Shocking #DBA4C4
RGB
CMYK
RGB Variations
Color information
#DBA4C4 (or 0xDBA4C4) is known color: Shocking. HEX triplet: DB, A4 and C4. RGB value is (219,164,196). Sum of RGB (Red+Green+Blue) = 219+164+196=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4C4 is #245B3B. Grayscale: #B8B8B8. Windows color (decimal): -2382652 or 12887259. OLE color: 12887259.
HSL color Cylindrical-coordinate representation of color #DBA4C4: hue angle of 325.09º 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 #DBA4C4 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 196 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.14 |
| HSL | 325.09º | 0.43% | 0.75% | - |
| HSV(B) | 325.09º | 0.25% | 0.86% | - |
| XYZ | 52.45 | 45.6 | 58.26 | - |
| YUV | 184.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 196 | 0 | 0.25 | 0.11 | 0.14 | 325.09 | 0.43 | 0.75 |
| Hex | DB | A4 | C4 | 0 | 19 | B | E | 145 | 2B | 4B |
| Octal | 333 | 244 | 304 | 0 | 31 | 13 | 16 | 505 | 53 | 113 |
| Binary | 11011011 | 10100100 | 11000100 | 0 | 11001 | 1011 | 1110 | 101000101 | 101011 | 1001011 |
Color Harmonies of #DBA4C4
Complementary color
Monochromatic Colors of #DBA4C4
Black with #DBA4C4
Text Example
Text Example
White with #DBA4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4C4; }
p { color: rgb(219,164,196); }
H1.HeaderClassName
{
color: #DBA4C4;
}
.AnyTagClassName
{
color: #DBA4C4;
}
</style>
background-color css
<style>
a { background-color: #DBA4C4; }
a { background-color: rgb(219,164,196); }
div.DivClassName
{
background-color: #DBA4C4;
}
.BgClassName
{
background-color: #DBA4C4;
}
</style>
border-color css
<style>
span { border-color: #DBA4C4; }
span { border-color: rgb(219,164,196); }
td.TdClassName
{
border-color: #DBA4C4;
}
.TagClassName
{
border-color: #DBA4C4;
}
</style>