Shades of Shocking #DD9ABB
Tints of Shocking #DD9ABB
RGB
CMYK
RGB Variations
Color information
#DD9ABB (or 0xDD9ABB) is known color: Shocking. HEX triplet: DD, 9A and BB. RGB value is (221,154,187). Sum of RGB (Red+Green+Blue) = 221+154+187=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ABB is #226544. Grayscale: #B1B1B1. Windows color (decimal): -2254149 or 12294877. OLE color: 12294877.
HSL color Cylindrical-coordinate representation of color #DD9ABB: hue angle of 330.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ABB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 187 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.13 |
| HSL | 330.45º | 0.5% | 0.74% | - |
| HSV(B) | 330.45º | 0.3% | 0.87% | - |
| XYZ | 50.34 | 42.07 | 52.48 | - |
| YUV | 177.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 187 | 0 | 0.30 | 0.15 | 0.13 | 330.45 | 0.5 | 0.74 |
| Hex | DD | 9A | BB | 0 | 1E | F | D | 14A | 32 | 4A |
| Octal | 335 | 232 | 273 | 0 | 36 | 17 | 15 | 512 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10111011 | 0 | 11110 | 1111 | 1101 | 101001010 | 110010 | 1001010 |
Color Harmonies of #DD9ABB
Complementary color
Monochromatic Colors of #DD9ABB
Black with #DD9ABB
Text Example
Text Example
White with #DD9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ABB; }
p { color: rgb(221,154,187); }
H1.HeaderClassName
{
color: #DD9ABB;
}
.AnyTagClassName
{
color: #DD9ABB;
}
</style>
background-color css
<style>
a { background-color: #DD9ABB; }
a { background-color: rgb(221,154,187); }
div.DivClassName
{
background-color: #DD9ABB;
}
.BgClassName
{
background-color: #DD9ABB;
}
</style>
border-color css
<style>
span { border-color: #DD9ABB; }
span { border-color: rgb(221,154,187); }
td.TdClassName
{
border-color: #DD9ABB;
}
.TagClassName
{
border-color: #DD9ABB;
}
</style>