Shades of Shocking #D4A5BB
Tints of Shocking #D4A5BB
RGB
CMYK
RGB Variations
Color information
#D4A5BB (or 0xD4A5BB) is known color: Shocking. HEX triplet: D4, A5 and BB. RGB value is (212,165,187). Sum of RGB (Red+Green+Blue) = 212+165+187=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5BB is #2B5A44. Grayscale: #B5B5B5. Windows color (decimal): -2841157 or 12297684. OLE color: 12297684.
HSL color Cylindrical-coordinate representation of color #D4A5BB: hue angle of 331.91º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5BB is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 187 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.17 |
| HSL | 331.91º | 0.35% | 0.74% | - |
| HSV(B) | 331.91º | 0.22% | 0.83% | - |
| XYZ | 49.58 | 44.5 | 52.99 | - |
| YUV | 181.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 187 | 0 | 0.22 | 0.12 | 0.17 | 331.91 | 0.35 | 0.74 |
| Hex | D4 | A5 | BB | 0 | 16 | C | 11 | 14C | 23 | 4A |
| Octal | 324 | 245 | 273 | 0 | 26 | 14 | 21 | 514 | 43 | 112 |
| Binary | 11010100 | 10100101 | 10111011 | 0 | 10110 | 1100 | 10001 | 101001100 | 100011 | 1001010 |
Color Harmonies of #D4A5BB
Complementary color
Monochromatic Colors of #D4A5BB
Black with #D4A5BB
Text Example
Text Example
White with #D4A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5BB; }
p { color: rgb(212,165,187); }
H1.HeaderClassName
{
color: #D4A5BB;
}
.AnyTagClassName
{
color: #D4A5BB;
}
</style>
background-color css
<style>
a { background-color: #D4A5BB; }
a { background-color: rgb(212,165,187); }
div.DivClassName
{
background-color: #D4A5BB;
}
.BgClassName
{
background-color: #D4A5BB;
}
</style>
border-color css
<style>
span { border-color: #D4A5BB; }
span { border-color: rgb(212,165,187); }
td.TdClassName
{
border-color: #D4A5BB;
}
.TagClassName
{
border-color: #D4A5BB;
}
</style>