Shades of Shocking #DDA5CA
Tints of Shocking #DDA5CA
RGB
CMYK
RGB Variations
Color information
#DDA5CA (or 0xDDA5CA) is known color: Shocking. HEX triplet: DD, A5 and CA. RGB value is (221,165,202). Sum of RGB (Red+Green+Blue) = 221+165+202=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CA is #225A35. Grayscale: #B9B9B9. Windows color (decimal): -2251318 or 13280733. OLE color: 13280733.
HSL color Cylindrical-coordinate representation of color #DDA5CA: hue angle of 320.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5CA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 202 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.13 |
| HSL | 320.36º | 0.45% | 0.76% | - |
| HSV(B) | 320.36º | 0.25% | 0.87% | - |
| XYZ | 53.93 | 46.55 | 62.02 | - |
| YUV | 185.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 202 | 0 | 0.25 | 0.09 | 0.13 | 320.36 | 0.45 | 0.76 |
| Hex | DD | A5 | CA | 0 | 19 | 9 | D | 140 | 2D | 4C |
| Octal | 335 | 245 | 312 | 0 | 31 | 11 | 15 | 500 | 55 | 114 |
| Binary | 11011101 | 10100101 | 11001010 | 0 | 11001 | 1001 | 1101 | 101000000 | 101101 | 1001100 |
Color Harmonies of #DDA5CA
Complementary color
Monochromatic Colors of #DDA5CA
Black with #DDA5CA
Text Example
Text Example
White with #DDA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5CA; }
p { color: rgb(221,165,202); }
H1.HeaderClassName
{
color: #DDA5CA;
}
.AnyTagClassName
{
color: #DDA5CA;
}
</style>
background-color css
<style>
a { background-color: #DDA5CA; }
a { background-color: rgb(221,165,202); }
div.DivClassName
{
background-color: #DDA5CA;
}
.BgClassName
{
background-color: #DDA5CA;
}
</style>
border-color css
<style>
span { border-color: #DDA5CA; }
span { border-color: rgb(221,165,202); }
td.TdClassName
{
border-color: #DDA5CA;
}
.TagClassName
{
border-color: #DDA5CA;
}
</style>