Shades of Shocking #DDA5C2
Tints of Shocking #DDA5C2
RGB
CMYK
RGB Variations
Color information
#DDA5C2 (or 0xDDA5C2) is known color: Shocking. HEX triplet: DD, A5 and C2. RGB value is (221,165,194). Sum of RGB (Red+Green+Blue) = 221+165+194=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5C2 is #225A3D. Grayscale: #B8B8B8. Windows color (decimal): -2251326 or 12756445. OLE color: 12756445.
HSL color Cylindrical-coordinate representation of color #DDA5C2: hue angle of 328.93º 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 #DDA5C2 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 194 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.13 |
| HSL | 328.93º | 0.45% | 0.76% | - |
| HSV(B) | 328.93º | 0.25% | 0.87% | - |
| XYZ | 53.01 | 46.18 | 57.16 | - |
| YUV | 185.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 194 | 0 | 0.25 | 0.12 | 0.13 | 328.93 | 0.45 | 0.76 |
| Hex | DD | A5 | C2 | 0 | 19 | C | D | 149 | 2D | 4C |
| Octal | 335 | 245 | 302 | 0 | 31 | 14 | 15 | 511 | 55 | 114 |
| Binary | 11011101 | 10100101 | 11000010 | 0 | 11001 | 1100 | 1101 | 101001001 | 101101 | 1001100 |
Color Harmonies of #DDA5C2
Complementary color
Monochromatic Colors of #DDA5C2
Black with #DDA5C2
Text Example
Text Example
White with #DDA5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5C2; }
p { color: rgb(221,165,194); }
H1.HeaderClassName
{
color: #DDA5C2;
}
.AnyTagClassName
{
color: #DDA5C2;
}
</style>
background-color css
<style>
a { background-color: #DDA5C2; }
a { background-color: rgb(221,165,194); }
div.DivClassName
{
background-color: #DDA5C2;
}
.BgClassName
{
background-color: #DDA5C2;
}
</style>
border-color css
<style>
span { border-color: #DDA5C2; }
span { border-color: rgb(221,165,194); }
td.TdClassName
{
border-color: #DDA5C2;
}
.TagClassName
{
border-color: #DDA5C2;
}
</style>