Shades of Shocking #DDA4CA
Tints of Shocking #DDA4CA
RGB
CMYK
RGB Variations
Color information
#DDA4CA (or 0xDDA4CA) is known color: Shocking. HEX triplet: DD, A4 and CA. RGB value is (221,164,202). Sum of RGB (Red+Green+Blue) = 221+164+202=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4CA is #225B35. Grayscale: #B9B9B9. Windows color (decimal): -2251574 or 13280477. OLE color: 13280477.
HSL color Cylindrical-coordinate representation of color #DDA4CA: hue angle of 320º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4CA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 202 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.13 |
| HSL | 320º | 0.46% | 0.75% | - |
| HSV(B) | 320º | 0.26% | 0.87% | - |
| XYZ | 53.75 | 46.19 | 61.96 | - |
| YUV | 185.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 202 | 0 | 0.26 | 0.09 | 0.13 | 320 | 0.46 | 0.75 |
| Hex | DD | A4 | CA | 0 | 1A | 9 | D | 140 | 2E | 4B |
| Octal | 335 | 244 | 312 | 0 | 32 | 11 | 15 | 500 | 56 | 113 |
| Binary | 11011101 | 10100100 | 11001010 | 0 | 11010 | 1001 | 1101 | 101000000 | 101110 | 1001011 |
Color Harmonies of #DDA4CA
Complementary color
Monochromatic Colors of #DDA4CA
Black with #DDA4CA
Text Example
Text Example
White with #DDA4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4CA; }
p { color: rgb(221,164,202); }
H1.HeaderClassName
{
color: #DDA4CA;
}
.AnyTagClassName
{
color: #DDA4CA;
}
</style>
background-color css
<style>
a { background-color: #DDA4CA; }
a { background-color: rgb(221,164,202); }
div.DivClassName
{
background-color: #DDA4CA;
}
.BgClassName
{
background-color: #DDA4CA;
}
</style>
border-color css
<style>
span { border-color: #DDA4CA; }
span { border-color: rgb(221,164,202); }
td.TdClassName
{
border-color: #DDA4CA;
}
.TagClassName
{
border-color: #DDA4CA;
}
</style>