Shades of Shocking #D49AB7
Tints of Shocking #D49AB7
RGB
CMYK
RGB Variations
Color information
#D49AB7 (or 0xD49AB7) is known color: Shocking. HEX triplet: D4, 9A and B7. RGB value is (212,154,183). Sum of RGB (Red+Green+Blue) = 212+154+183=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AB7 is #2B6548. Grayscale: #AEAEAE. Windows color (decimal): -2843977 or 12032724. OLE color: 12032724.
HSL color Cylindrical-coordinate representation of color #D49AB7: hue angle of 330º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AB7 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 183 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.17 |
| HSL | 330º | 0.4% | 0.72% | - |
| HSV(B) | 330º | 0.27% | 0.83% | - |
| XYZ | 47.25 | 40.53 | 50.13 | - |
| YUV | 174.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 183 | 0 | 0.27 | 0.14 | 0.17 | 330 | 0.4 | 0.72 |
| Hex | D4 | 9A | B7 | 0 | 1B | E | 11 | 14A | 28 | 48 |
| Octal | 324 | 232 | 267 | 0 | 33 | 16 | 21 | 512 | 50 | 110 |
| Binary | 11010100 | 10011010 | 10110111 | 0 | 11011 | 1110 | 10001 | 101001010 | 101000 | 1001000 |
Color Harmonies of #D49AB7
Complementary color
Monochromatic Colors of #D49AB7
Black with #D49AB7
Text Example
Text Example
White with #D49AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AB7; }
p { color: rgb(212,154,183); }
H1.HeaderClassName
{
color: #D49AB7;
}
.AnyTagClassName
{
color: #D49AB7;
}
</style>
background-color css
<style>
a { background-color: #D49AB7; }
a { background-color: rgb(212,154,183); }
div.DivClassName
{
background-color: #D49AB7;
}
.BgClassName
{
background-color: #D49AB7;
}
</style>
border-color css
<style>
span { border-color: #D49AB7; }
span { border-color: rgb(212,154,183); }
td.TdClassName
{
border-color: #D49AB7;
}
.TagClassName
{
border-color: #D49AB7;
}
</style>