Shades of Shocking #DD9CC9
Tints of Shocking #DD9CC9
RGB
CMYK
RGB Variations
Color information
#DD9CC9 (or 0xDD9CC9) is known color: Shocking. HEX triplet: DD, 9C and C9. RGB value is (221,156,201). Sum of RGB (Red+Green+Blue) = 221+156+201=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CC9 is #226336. Grayscale: #B4B4B4. Windows color (decimal): -2253623 or 13212893. OLE color: 13212893.
HSL color Cylindrical-coordinate representation of color #DD9CC9: hue angle of 318.46º 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 #DD9CC9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 156 | 201 | - |
CMYK | 0 | 0.29 | 0.09 | 0.13 |
HSL | 318.46º | 0.49% | 0.74% | - |
HSV(B) | 318.46º | 0.29% | 0.87% | - |
XYZ | 52.25 | 43.37 | 60.87 | - |
YUV | 180.57 | 139.53 | 156.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 156 | 201 | 0 | 0.29 | 0.09 | 0.13 | 318.46 | 0.49 | 0.74 |
Hex | DD | 9C | C9 | 0 | 1D | 9 | D | 13E | 31 | 4A |
Octal | 335 | 234 | 311 | 0 | 35 | 11 | 15 | 476 | 61 | 112 |
Binary | 11011101 | 10011100 | 11001001 | 0 | 11101 | 1001 | 1101 | 100111110 | 110001 | 1001010 |
Color Harmonies of #DD9CC9
Complementary color
Monochromatic Colors of #DD9CC9
Black with #DD9CC9
Text Example
Text Example
White with #DD9CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CC9; }
p { color: rgb(221,156,201); }
H1.HeaderClassName
{
color: #DD9CC9;
}
.AnyTagClassName
{
color: #DD9CC9;
}
</style>
background-color css
<style>
a { background-color: #DD9CC9; }
a { background-color: rgb(221,156,201); }
div.DivClassName
{
background-color: #DD9CC9;
}
.BgClassName
{
background-color: #DD9CC9;
}
</style>
border-color css
<style>
span { border-color: #DD9CC9; }
span { border-color: rgb(221,156,201); }
td.TdClassName
{
border-color: #DD9CC9;
}
.TagClassName
{
border-color: #DD9CC9;
}
</style>