Shades of Shocking #DB8CC1
Tints of Shocking #DB8CC1
RGB
CMYK
RGB Variations
Color information
#DB8CC1 (or 0xDB8CC1) is known color: Shocking. HEX triplet: DB, 8C and C1. RGB value is (219,140,193). Sum of RGB (Red+Green+Blue) = 219+140+193=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CC1 is #24733E. Grayscale: #A9A9A9. Windows color (decimal): -2388799 or 12684507. OLE color: 12684507.
HSL color Cylindrical-coordinate representation of color #DB8CC1: hue angle of 319.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CC1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 193 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.14 |
| HSL | 319.75º | 0.52% | 0.7% | - |
| HSV(B) | 319.75º | 0.36% | 0.86% | - |
| XYZ | 48.22 | 37.67 | 55.18 | - |
| YUV | 169.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 193 | 0 | 0.36 | 0.12 | 0.14 | 319.75 | 0.52 | 0.7 |
| Hex | DB | 8C | C1 | 0 | 24 | C | E | 140 | 34 | 46 |
| Octal | 333 | 214 | 301 | 0 | 44 | 14 | 16 | 500 | 64 | 106 |
| Binary | 11011011 | 10001100 | 11000001 | 0 | 100100 | 1100 | 1110 | 101000000 | 110100 | 1000110 |
Color Harmonies of #DB8CC1
Complementary color
Monochromatic Colors of #DB8CC1
Black with #DB8CC1
Text Example
Text Example
White with #DB8CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CC1; }
p { color: rgb(219,140,193); }
H1.HeaderClassName
{
color: #DB8CC1;
}
.AnyTagClassName
{
color: #DB8CC1;
}
</style>
background-color css
<style>
a { background-color: #DB8CC1; }
a { background-color: rgb(219,140,193); }
div.DivClassName
{
background-color: #DB8CC1;
}
.BgClassName
{
background-color: #DB8CC1;
}
</style>
border-color css
<style>
span { border-color: #DB8CC1; }
span { border-color: rgb(219,140,193); }
td.TdClassName
{
border-color: #DB8CC1;
}
.TagClassName
{
border-color: #DB8CC1;
}
</style>