Shades of Shocking #D59ABA
Tints of Shocking #D59ABA
RGB
CMYK
RGB Variations
Color information
#D59ABA (or 0xD59ABA) is known color: Shocking. HEX triplet: D5, 9A and BA. RGB value is (213,154,186). Sum of RGB (Red+Green+Blue) = 213+154+186=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D59ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ABA is #2A6545. Grayscale: #AFAFAF. Windows color (decimal): -2778438 or 12229333. OLE color: 12229333.
HSL color Cylindrical-coordinate representation of color #D59ABA: hue angle of 327.46º 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 #D59ABA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 186 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.16 |
| HSL | 327.46º | 0.41% | 0.72% | - |
| HSV(B) | 327.46º | 0.28% | 0.84% | - |
| XYZ | 47.86 | 40.8 | 51.81 | - |
| YUV | 175.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 186 | 0 | 0.28 | 0.13 | 0.16 | 327.46 | 0.41 | 0.72 |
| Hex | D5 | 9A | BA | 0 | 1C | D | 10 | 147 | 29 | 48 |
| Octal | 325 | 232 | 272 | 0 | 34 | 15 | 20 | 507 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10111010 | 0 | 11100 | 1101 | 10000 | 101000111 | 101001 | 1001000 |
Color Harmonies of #D59ABA
Complementary color
Monochromatic Colors of #D59ABA
Black with #D59ABA
Text Example
Text Example
White with #D59ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ABA; }
p { color: rgb(213,154,186); }
H1.HeaderClassName
{
color: #D59ABA;
}
.AnyTagClassName
{
color: #D59ABA;
}
</style>
background-color css
<style>
a { background-color: #D59ABA; }
a { background-color: rgb(213,154,186); }
div.DivClassName
{
background-color: #D59ABA;
}
.BgClassName
{
background-color: #D59ABA;
}
</style>
border-color css
<style>
span { border-color: #D59ABA; }
span { border-color: rgb(213,154,186); }
td.TdClassName
{
border-color: #D59ABA;
}
.TagClassName
{
border-color: #D59ABA;
}
</style>