Shades of Shocking #DB8BC4
Tints of Shocking #DB8BC4
RGB
CMYK
RGB Variations
Color information
#DB8BC4 (or 0xDB8BC4) is known color: Shocking. HEX triplet: DB, 8B and C4. RGB value is (219,139,196). Sum of RGB (Red+Green+Blue) = 219+139+196=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BC4 is #24743B. Grayscale: #A9A9A9. Windows color (decimal): -2389052 or 12880859. OLE color: 12880859.
HSL color Cylindrical-coordinate representation of color #DB8BC4: hue angle of 317.25º 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 #DB8BC4 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 196 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.14 |
| HSL | 317.25º | 0.53% | 0.7% | - |
| HSV(B) | 317.25º | 0.37% | 0.86% | - |
| XYZ | 48.41 | 37.51 | 56.91 | - |
| YUV | 169.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 196 | 0 | 0.37 | 0.11 | 0.14 | 317.25 | 0.53 | 0.7 |
| Hex | DB | 8B | C4 | 0 | 25 | B | E | 13D | 35 | 46 |
| Octal | 333 | 213 | 304 | 0 | 45 | 13 | 16 | 475 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11000100 | 0 | 100101 | 1011 | 1110 | 100111101 | 110101 | 1000110 |
Color Harmonies of #DB8BC4
Complementary color
Monochromatic Colors of #DB8BC4
Black with #DB8BC4
Text Example
Text Example
White with #DB8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BC4; }
p { color: rgb(219,139,196); }
H1.HeaderClassName
{
color: #DB8BC4;
}
.AnyTagClassName
{
color: #DB8BC4;
}
</style>
background-color css
<style>
a { background-color: #DB8BC4; }
a { background-color: rgb(219,139,196); }
div.DivClassName
{
background-color: #DB8BC4;
}
.BgClassName
{
background-color: #DB8BC4;
}
</style>
border-color css
<style>
span { border-color: #DB8BC4; }
span { border-color: rgb(219,139,196); }
td.TdClassName
{
border-color: #DB8BC4;
}
.TagClassName
{
border-color: #DB8BC4;
}
</style>