Shades of Shocking #D59ABC
Tints of Shocking #D59ABC
RGB
CMYK
RGB Variations
Color information
#D59ABC (or 0xD59ABC) is known color: Shocking. HEX triplet: D5, 9A and BC. RGB value is (213,154,188). Sum of RGB (Red+Green+Blue) = 213+154+188=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABC is #2A6543. Grayscale: #AFAFAF. Windows color (decimal): -2778436 or 12360405. OLE color: 12360405.
HSL color Cylindrical-coordinate representation of color #D59ABC: hue angle of 325.42º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59ABC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 188 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.16 |
| HSL | 325.42º | 0.41% | 0.72% | - |
| HSV(B) | 325.42º | 0.28% | 0.84% | - |
| XYZ | 48.07 | 40.89 | 52.94 | - |
| YUV | 175.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 188 | 0 | 0.28 | 0.12 | 0.16 | 325.42 | 0.41 | 0.72 |
| Hex | D5 | 9A | BC | 0 | 1C | C | 10 | 145 | 29 | 48 |
| Octal | 325 | 232 | 274 | 0 | 34 | 14 | 20 | 505 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10111100 | 0 | 11100 | 1100 | 10000 | 101000101 | 101001 | 1001000 |
Color Harmonies of #D59ABC
Complementary color
Monochromatic Colors of #D59ABC
Black with #D59ABC
Text Example
Text Example
White with #D59ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ABC; }
p { color: rgb(213,154,188); }
H1.HeaderClassName
{
color: #D59ABC;
}
.AnyTagClassName
{
color: #D59ABC;
}
</style>
background-color css
<style>
a { background-color: #D59ABC; }
a { background-color: rgb(213,154,188); }
div.DivClassName
{
background-color: #D59ABC;
}
.BgClassName
{
background-color: #D59ABC;
}
</style>
border-color css
<style>
span { border-color: #D59ABC; }
span { border-color: rgb(213,154,188); }
td.TdClassName
{
border-color: #D59ABC;
}
.TagClassName
{
border-color: #D59ABC;
}
</style>