Shades of Shocking #DD8ABB
Tints of Shocking #DD8ABB
RGB
CMYK
RGB Variations
Color information
#DD8ABB (or 0xDD8ABB) is known color: Shocking. HEX triplet: DD, 8A and BB. RGB value is (221,138,187). Sum of RGB (Red+Green+Blue) = 221+138+187=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ABB is #227544. Grayscale: #A8A8A8. Windows color (decimal): -2258245 or 12290781. OLE color: 12290781.
HSL color Cylindrical-coordinate representation of color #DD8ABB: hue angle of 324.58º 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 #DD8ABB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 187 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.13 |
| HSL | 324.58º | 0.55% | 0.7% | - |
| HSV(B) | 324.58º | 0.38% | 0.87% | - |
| XYZ | 47.88 | 37.14 | 51.66 | - |
| YUV | 168.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 187 | 0 | 0.38 | 0.15 | 0.13 | 324.58 | 0.55 | 0.7 |
| Hex | DD | 8A | BB | 0 | 26 | F | D | 145 | 37 | 46 |
| Octal | 335 | 212 | 273 | 0 | 46 | 17 | 15 | 505 | 67 | 106 |
| Binary | 11011101 | 10001010 | 10111011 | 0 | 100110 | 1111 | 1101 | 101000101 | 110111 | 1000110 |
Color Harmonies of #DD8ABB
Complementary color
Monochromatic Colors of #DD8ABB
Black with #DD8ABB
Text Example
Text Example
White with #DD8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ABB; }
p { color: rgb(221,138,187); }
H1.HeaderClassName
{
color: #DD8ABB;
}
.AnyTagClassName
{
color: #DD8ABB;
}
</style>
background-color css
<style>
a { background-color: #DD8ABB; }
a { background-color: rgb(221,138,187); }
div.DivClassName
{
background-color: #DD8ABB;
}
.BgClassName
{
background-color: #DD8ABB;
}
</style>
border-color css
<style>
span { border-color: #DD8ABB; }
span { border-color: rgb(221,138,187); }
td.TdClassName
{
border-color: #DD8ABB;
}
.TagClassName
{
border-color: #DD8ABB;
}
</style>