Shades of Shocking #DD9EBA
Tints of Shocking #DD9EBA
RGB
CMYK
RGB Variations
Color information
#DD9EBA (or 0xDD9EBA) is known color: Shocking. HEX triplet: DD, 9E and BA. RGB value is (221,158,186). Sum of RGB (Red+Green+Blue) = 221+158+186=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EBA is #226145. Grayscale: #B3B3B3. Windows color (decimal): -2253126 or 12230365. OLE color: 12230365.
HSL color Cylindrical-coordinate representation of color #DD9EBA: hue angle of 333.33º degrees, saturation: 0.48, 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 #DD9EBA is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 186 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.13 |
| HSL | 333.33º | 0.48% | 0.74% | - |
| HSV(B) | 333.33º | 0.29% | 0.87% | - |
| XYZ | 50.91 | 43.37 | 52.14 | - |
| YUV | 180.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 186 | 0 | 0.29 | 0.16 | 0.13 | 333.33 | 0.48 | 0.74 |
| Hex | DD | 9E | BA | 0 | 1D | 10 | D | 14D | 30 | 4A |
| Octal | 335 | 236 | 272 | 0 | 35 | 20 | 15 | 515 | 60 | 112 |
| Binary | 11011101 | 10011110 | 10111010 | 0 | 11101 | 10000 | 1101 | 101001101 | 110000 | 1001010 |
Color Harmonies of #DD9EBA
Complementary color
Monochromatic Colors of #DD9EBA
Black with #DD9EBA
Text Example
Text Example
White with #DD9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9EBA; }
p { color: rgb(221,158,186); }
H1.HeaderClassName
{
color: #DD9EBA;
}
.AnyTagClassName
{
color: #DD9EBA;
}
</style>
background-color css
<style>
a { background-color: #DD9EBA; }
a { background-color: rgb(221,158,186); }
div.DivClassName
{
background-color: #DD9EBA;
}
.BgClassName
{
background-color: #DD9EBA;
}
</style>
border-color css
<style>
span { border-color: #DD9EBA; }
span { border-color: rgb(221,158,186); }
td.TdClassName
{
border-color: #DD9EBA;
}
.TagClassName
{
border-color: #DD9EBA;
}
</style>