Shades of Shocking #DB8AC4
Tints of Shocking #DB8AC4
RGB
CMYK
RGB Variations
Color information
#DB8AC4 (or 0xDB8AC4) is known color: Shocking. HEX triplet: DB, 8A and C4. RGB value is (219,138,196). Sum of RGB (Red+Green+Blue) = 219+138+196=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AC4 is #24753B. Grayscale: #A8A8A8. Windows color (decimal): -2389308 or 12880603. OLE color: 12880603.
HSL color Cylindrical-coordinate representation of color #DB8AC4: hue angle of 317.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AC4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 196 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.14 |
| HSL | 317.04º | 0.53% | 0.7% | - |
| HSV(B) | 317.04º | 0.37% | 0.86% | - |
| XYZ | 48.27 | 37.22 | 56.87 | - |
| YUV | 168.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 196 | 0 | 0.37 | 0.11 | 0.14 | 317.04 | 0.53 | 0.7 |
| Hex | DB | 8A | C4 | 0 | 25 | B | E | 13D | 35 | 46 |
| Octal | 333 | 212 | 304 | 0 | 45 | 13 | 16 | 475 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11000100 | 0 | 100101 | 1011 | 1110 | 100111101 | 110101 | 1000110 |
Color Harmonies of #DB8AC4
Complementary color
Monochromatic Colors of #DB8AC4
Black with #DB8AC4
Text Example
Text Example
White with #DB8AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AC4; }
p { color: rgb(219,138,196); }
H1.HeaderClassName
{
color: #DB8AC4;
}
.AnyTagClassName
{
color: #DB8AC4;
}
</style>
background-color css
<style>
a { background-color: #DB8AC4; }
a { background-color: rgb(219,138,196); }
div.DivClassName
{
background-color: #DB8AC4;
}
.BgClassName
{
background-color: #DB8AC4;
}
</style>
border-color css
<style>
span { border-color: #DB8AC4; }
span { border-color: rgb(219,138,196); }
td.TdClassName
{
border-color: #DB8AC4;
}
.TagClassName
{
border-color: #DB8AC4;
}
</style>