Shades of Shocking #DD9CB9
Tints of Shocking #DD9CB9
RGB
CMYK
RGB Variations
Color information
#DD9CB9 (or 0xDD9CB9) is known color: Shocking. HEX triplet: DD, 9C and B9. RGB value is (221,156,185). Sum of RGB (Red+Green+Blue) = 221+156+185=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CB9 is #226346. Grayscale: #B2B2B2. Windows color (decimal): -2253639 or 12164317. OLE color: 12164317.
HSL color Cylindrical-coordinate representation of color #DD9CB9: hue angle of 333.23º 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 #DD9CB9 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 185 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.13 |
| HSL | 333.23º | 0.49% | 0.74% | - |
| HSV(B) | 333.23º | 0.29% | 0.87% | - |
| XYZ | 50.46 | 42.65 | 51.47 | - |
| YUV | 178.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 185 | 0 | 0.29 | 0.16 | 0.13 | 333.23 | 0.49 | 0.74 |
| Hex | DD | 9C | B9 | 0 | 1D | 10 | D | 14D | 31 | 4A |
| Octal | 335 | 234 | 271 | 0 | 35 | 20 | 15 | 515 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10111001 | 0 | 11101 | 10000 | 1101 | 101001101 | 110001 | 1001010 |
Color Harmonies of #DD9CB9
Complementary color
Monochromatic Colors of #DD9CB9
Black with #DD9CB9
Text Example
Text Example
White with #DD9CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CB9; }
p { color: rgb(221,156,185); }
H1.HeaderClassName
{
color: #DD9CB9;
}
.AnyTagClassName
{
color: #DD9CB9;
}
</style>
background-color css
<style>
a { background-color: #DD9CB9; }
a { background-color: rgb(221,156,185); }
div.DivClassName
{
background-color: #DD9CB9;
}
.BgClassName
{
background-color: #DD9CB9;
}
</style>
border-color css
<style>
span { border-color: #DD9CB9; }
span { border-color: rgb(221,156,185); }
td.TdClassName
{
border-color: #DD9CB9;
}
.TagClassName
{
border-color: #DD9CB9;
}
</style>