Shades of Shocking #DB9CC1
Tints of Shocking #DB9CC1
RGB
CMYK
RGB Variations
Color information
#DB9CC1 (or 0xDB9CC1) is known color: Shocking. HEX triplet: DB, 9C and C1. RGB value is (219,156,193). Sum of RGB (Red+Green+Blue) = 219+156+193=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CC1 is #24633E. Grayscale: #B2B2B2. Windows color (decimal): -2384703 or 12688603. OLE color: 12688603.
HSL color Cylindrical-coordinate representation of color #DB9CC1: hue angle of 324.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CC1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 193 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.14 |
| HSL | 324.76º | 0.47% | 0.74% | - |
| HSV(B) | 324.76º | 0.29% | 0.86% | - |
| XYZ | 50.73 | 42.69 | 56.02 | - |
| YUV | 179.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 193 | 0 | 0.29 | 0.12 | 0.14 | 324.76 | 0.47 | 0.74 |
| Hex | DB | 9C | C1 | 0 | 1D | C | E | 145 | 2F | 4A |
| Octal | 333 | 234 | 301 | 0 | 35 | 14 | 16 | 505 | 57 | 112 |
| Binary | 11011011 | 10011100 | 11000001 | 0 | 11101 | 1100 | 1110 | 101000101 | 101111 | 1001010 |
Color Harmonies of #DB9CC1
Complementary color
Monochromatic Colors of #DB9CC1
Black with #DB9CC1
Text Example
Text Example
White with #DB9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CC1; }
p { color: rgb(219,156,193); }
H1.HeaderClassName
{
color: #DB9CC1;
}
.AnyTagClassName
{
color: #DB9CC1;
}
</style>
background-color css
<style>
a { background-color: #DB9CC1; }
a { background-color: rgb(219,156,193); }
div.DivClassName
{
background-color: #DB9CC1;
}
.BgClassName
{
background-color: #DB9CC1;
}
</style>
border-color css
<style>
span { border-color: #DB9CC1; }
span { border-color: rgb(219,156,193); }
td.TdClassName
{
border-color: #DB9CC1;
}
.TagClassName
{
border-color: #DB9CC1;
}
</style>