Shades of Shocking #DD8AB6
Tints of Shocking #DD8AB6
RGB
CMYK
RGB Variations
Color information
#DD8AB6 (or 0xDD8AB6) is known color: Shocking. HEX triplet: DD, 8A and B6. RGB value is (221,138,182). Sum of RGB (Red+Green+Blue) = 221+138+182=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AB6 is #227549. Grayscale: #A7A7A7. Windows color (decimal): -2258250 or 11963101. OLE color: 11963101.
HSL color Cylindrical-coordinate representation of color #DD8AB6: hue angle of 328.19º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AB6 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 182 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.13 |
| HSL | 328.19º | 0.55% | 0.7% | - |
| HSV(B) | 328.19º | 0.38% | 0.87% | - |
| XYZ | 47.35 | 36.93 | 48.89 | - |
| YUV | 167.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 182 | 0 | 0.38 | 0.18 | 0.13 | 328.19 | 0.55 | 0.7 |
| Hex | DD | 8A | B6 | 0 | 26 | 12 | D | 148 | 37 | 46 |
| Octal | 335 | 212 | 266 | 0 | 46 | 22 | 15 | 510 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10110110 | 0 | 100110 | 10010 | 1101 | 101001000 | 110111 | 1000110 |
Color Harmonies of #DD8AB6
Complementary color
Monochromatic Colors of #DD8AB6
Black with #DD8AB6
Text Example
Text Example
White with #DD8AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AB6; }
p { color: rgb(221,138,182); }
H1.HeaderClassName
{
color: #DD8AB6;
}
.AnyTagClassName
{
color: #DD8AB6;
}
</style>
background-color css
<style>
a { background-color: #DD8AB6; }
a { background-color: rgb(221,138,182); }
div.DivClassName
{
background-color: #DD8AB6;
}
.BgClassName
{
background-color: #DD8AB6;
}
</style>
border-color css
<style>
span { border-color: #DD8AB6; }
span { border-color: rgb(221,138,182); }
td.TdClassName
{
border-color: #DD8AB6;
}
.TagClassName
{
border-color: #DD8AB6;
}
</style>