Shades of Shocking #DD9CB6
Tints of Shocking #DD9CB6
RGB
CMYK
RGB Variations
Color information
#DD9CB6 (or 0xDD9CB6) is known color: Shocking. HEX triplet: DD, 9C and B6. RGB value is (221,156,182). Sum of RGB (Red+Green+Blue) = 221+156+182=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CB6 is #226349. Grayscale: #B2B2B2. Windows color (decimal): -2253642 or 11967709. OLE color: 11967709.
HSL color Cylindrical-coordinate representation of color #DD9CB6: hue angle of 336º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CB6 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 182 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.13 |
| HSL | 336º | 0.49% | 0.74% | - |
| HSV(B) | 336º | 0.29% | 0.87% | - |
| XYZ | 50.15 | 42.53 | 49.82 | - |
| YUV | 178.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 182 | 0 | 0.29 | 0.18 | 0.13 | 336 | 0.49 | 0.74 |
| Hex | DD | 9C | B6 | 0 | 1D | 12 | D | 150 | 31 | 4A |
| Octal | 335 | 234 | 266 | 0 | 35 | 22 | 15 | 520 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10110110 | 0 | 11101 | 10010 | 1101 | 101010000 | 110001 | 1001010 |
Color Harmonies of #DD9CB6
Complementary color
Monochromatic Colors of #DD9CB6
Black with #DD9CB6
Text Example
Text Example
White with #DD9CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CB6; }
p { color: rgb(221,156,182); }
H1.HeaderClassName
{
color: #DD9CB6;
}
.AnyTagClassName
{
color: #DD9CB6;
}
</style>
background-color css
<style>
a { background-color: #DD9CB6; }
a { background-color: rgb(221,156,182); }
div.DivClassName
{
background-color: #DD9CB6;
}
.BgClassName
{
background-color: #DD9CB6;
}
</style>
border-color css
<style>
span { border-color: #DD9CB6; }
span { border-color: rgb(221,156,182); }
td.TdClassName
{
border-color: #DD9CB6;
}
.TagClassName
{
border-color: #DD9CB6;
}
</style>