Shades of Shocking #DD8AB9
Tints of Shocking #DD8AB9
RGB
CMYK
RGB Variations
Color information
#DD8AB9 (or 0xDD8AB9) is known color: Shocking. HEX triplet: DD, 8A and B9. RGB value is (221,138,185). Sum of RGB (Red+Green+Blue) = 221+138+185=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AB9 is #227546. Grayscale: #A8A8A8. Windows color (decimal): -2258247 or 12159709. OLE color: 12159709.
HSL color Cylindrical-coordinate representation of color #DD8AB9: hue angle of 326.02º 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 #DD8AB9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 138 | 185 | - |
CMYK | 0 | 0.38 | 0.16 | 0.13 |
HSL | 326.02º | 0.55% | 0.7% | - |
HSV(B) | 326.02º | 0.38% | 0.87% | - |
XYZ | 47.66 | 37.05 | 50.54 | - |
YUV | 168.18 | 137.5 | 165.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 138 | 185 | 0 | 0.38 | 0.16 | 0.13 | 326.02 | 0.55 | 0.7 |
Hex | DD | 8A | B9 | 0 | 26 | 10 | D | 146 | 37 | 46 |
Octal | 335 | 212 | 271 | 0 | 46 | 20 | 15 | 506 | 67 | 106 |
Binary | 11011101 | 10001010 | 10111001 | 0 | 100110 | 10000 | 1101 | 101000110 | 110111 | 1000110 |
Color Harmonies of #DD8AB9
Complementary color
Monochromatic Colors of #DD8AB9
Black with #DD8AB9
Text Example
Text Example
White with #DD8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AB9; }
p { color: rgb(221,138,185); }
H1.HeaderClassName
{
color: #DD8AB9;
}
.AnyTagClassName
{
color: #DD8AB9;
}
</style>
background-color css
<style>
a { background-color: #DD8AB9; }
a { background-color: rgb(221,138,185); }
div.DivClassName
{
background-color: #DD8AB9;
}
.BgClassName
{
background-color: #DD8AB9;
}
</style>
border-color css
<style>
span { border-color: #DD8AB9; }
span { border-color: rgb(221,138,185); }
td.TdClassName
{
border-color: #DD8AB9;
}
.TagClassName
{
border-color: #DD8AB9;
}
</style>