Shades of Shocking #DD9CC4
Tints of Shocking #DD9CC4
RGB
CMYK
RGB Variations
Color information
#DD9CC4 (or 0xDD9CC4) is known color: Shocking. HEX triplet: DD, 9C and C4. RGB value is (221,156,196). Sum of RGB (Red+Green+Blue) = 221+156+196=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CC4 is #22633B. Grayscale: #B3B3B3. Windows color (decimal): -2253628 or 12885213. OLE color: 12885213.
HSL color Cylindrical-coordinate representation of color #DD9CC4: hue angle of 323.08º 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 #DD9CC4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 196 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.13 |
| HSL | 323.08º | 0.49% | 0.74% | - |
| HSV(B) | 323.08º | 0.29% | 0.87% | - |
| XYZ | 51.67 | 43.13 | 57.83 | - |
| YUV | 180 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 196 | 0 | 0.29 | 0.11 | 0.13 | 323.08 | 0.49 | 0.74 |
| Hex | DD | 9C | C4 | 0 | 1D | B | D | 143 | 31 | 4A |
| Octal | 335 | 234 | 304 | 0 | 35 | 13 | 15 | 503 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11000100 | 0 | 11101 | 1011 | 1101 | 101000011 | 110001 | 1001010 |
Color Harmonies of #DD9CC4
Complementary color
Monochromatic Colors of #DD9CC4
Black with #DD9CC4
Text Example
Text Example
White with #DD9CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CC4; }
p { color: rgb(221,156,196); }
H1.HeaderClassName
{
color: #DD9CC4;
}
.AnyTagClassName
{
color: #DD9CC4;
}
</style>
background-color css
<style>
a { background-color: #DD9CC4; }
a { background-color: rgb(221,156,196); }
div.DivClassName
{
background-color: #DD9CC4;
}
.BgClassName
{
background-color: #DD9CC4;
}
</style>
border-color css
<style>
span { border-color: #DD9CC4; }
span { border-color: rgb(221,156,196); }
td.TdClassName
{
border-color: #DD9CC4;
}
.TagClassName
{
border-color: #DD9CC4;
}
</style>