Shades of Shocking #D49BB6
Tints of Shocking #D49BB6
RGB
CMYK
RGB Variations
Color information
#D49BB6 (or 0xD49BB6) is known color: Shocking. HEX triplet: D4, 9B and B6. RGB value is (212,155,182). Sum of RGB (Red+Green+Blue) = 212+155+182=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB6 is #2B6449. Grayscale: #AFAFAF. Windows color (decimal): -2843722 or 11967444. OLE color: 11967444.
HSL color Cylindrical-coordinate representation of color #D49BB6: hue angle of 331.58º 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 #D49BB6 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 182 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.17 |
| HSL | 331.58º | 0.4% | 0.72% | - |
| HSV(B) | 331.58º | 0.27% | 0.83% | - |
| XYZ | 47.32 | 40.82 | 49.64 | - |
| YUV | 175.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 182 | 0 | 0.27 | 0.14 | 0.17 | 331.58 | 0.4 | 0.72 |
| Hex | D4 | 9B | B6 | 0 | 1B | E | 11 | 14C | 28 | 48 |
| Octal | 324 | 233 | 266 | 0 | 33 | 16 | 21 | 514 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10110110 | 0 | 11011 | 1110 | 10001 | 101001100 | 101000 | 1001000 |
Color Harmonies of #D49BB6
Complementary color
Monochromatic Colors of #D49BB6
Black with #D49BB6
Text Example
Text Example
White with #D49BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BB6; }
p { color: rgb(212,155,182); }
H1.HeaderClassName
{
color: #D49BB6;
}
.AnyTagClassName
{
color: #D49BB6;
}
</style>
background-color css
<style>
a { background-color: #D49BB6; }
a { background-color: rgb(212,155,182); }
div.DivClassName
{
background-color: #D49BB6;
}
.BgClassName
{
background-color: #D49BB6;
}
</style>
border-color css
<style>
span { border-color: #D49BB6; }
span { border-color: rgb(212,155,182); }
td.TdClassName
{
border-color: #D49BB6;
}
.TagClassName
{
border-color: #D49BB6;
}
</style>