Shades of Shocking #DD9DC1
Tints of Shocking #DD9DC1
RGB
CMYK
RGB Variations
Color information
#DD9DC1 (or 0xDD9DC1) is known color: Shocking. HEX triplet: DD, 9D and C1. RGB value is (221,157,193). Sum of RGB (Red+Green+Blue) = 221+157+193=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DC1 is #22623E. Grayscale: #B4B4B4. Windows color (decimal): -2253375 or 12688861. OLE color: 12688861.
HSL color Cylindrical-coordinate representation of color #DD9DC1: hue angle of 326.25º 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 #DD9DC1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 193 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.13 |
| HSL | 326.25º | 0.48% | 0.74% | - |
| HSV(B) | 326.25º | 0.29% | 0.87% | - |
| XYZ | 51.5 | 43.34 | 56.1 | - |
| YUV | 180.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 193 | 0 | 0.29 | 0.13 | 0.13 | 326.25 | 0.48 | 0.74 |
| Hex | DD | 9D | C1 | 0 | 1D | D | D | 146 | 30 | 4A |
| Octal | 335 | 235 | 301 | 0 | 35 | 15 | 15 | 506 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11000001 | 0 | 11101 | 1101 | 1101 | 101000110 | 110000 | 1001010 |
Color Harmonies of #DD9DC1
Complementary color
Monochromatic Colors of #DD9DC1
Black with #DD9DC1
Text Example
Text Example
White with #DD9DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DC1; }
p { color: rgb(221,157,193); }
H1.HeaderClassName
{
color: #DD9DC1;
}
.AnyTagClassName
{
color: #DD9DC1;
}
</style>
background-color css
<style>
a { background-color: #DD9DC1; }
a { background-color: rgb(221,157,193); }
div.DivClassName
{
background-color: #DD9DC1;
}
.BgClassName
{
background-color: #DD9DC1;
}
</style>
border-color css
<style>
span { border-color: #DD9DC1; }
span { border-color: rgb(221,157,193); }
td.TdClassName
{
border-color: #DD9DC1;
}
.TagClassName
{
border-color: #DD9DC1;
}
</style>