Shades of Shocking #D8A5C1
Tints of Shocking #D8A5C1
RGB
CMYK
RGB Variations
Color information
#D8A5C1 (or 0xD8A5C1) is known color: Shocking. HEX triplet: D8, A5 and C1. RGB value is (216,165,193). Sum of RGB (Red+Green+Blue) = 216+165+193=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5C1 is #275A3E. Grayscale: #B7B7B7. Windows color (decimal): -2579007 or 12690904. OLE color: 12690904.
HSL color Cylindrical-coordinate representation of color #D8A5C1: hue angle of 327.06º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5C1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 193 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.15 |
| HSL | 327.06º | 0.4% | 0.75% | - |
| HSV(B) | 327.06º | 0.24% | 0.85% | - |
| XYZ | 51.4 | 45.36 | 56.5 | - |
| YUV | 183.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 193 | 0 | 0.24 | 0.11 | 0.15 | 327.06 | 0.4 | 0.75 |
| Hex | D8 | A5 | C1 | 0 | 18 | B | F | 147 | 28 | 4B |
| Octal | 330 | 245 | 301 | 0 | 30 | 13 | 17 | 507 | 50 | 113 |
| Binary | 11011000 | 10100101 | 11000001 | 0 | 11000 | 1011 | 1111 | 101000111 | 101000 | 1001011 |
Color Harmonies of #D8A5C1
Complementary color
Monochromatic Colors of #D8A5C1
Black with #D8A5C1
Text Example
Text Example
White with #D8A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A5C1; }
p { color: rgb(216,165,193); }
H1.HeaderClassName
{
color: #D8A5C1;
}
.AnyTagClassName
{
color: #D8A5C1;
}
</style>
background-color css
<style>
a { background-color: #D8A5C1; }
a { background-color: rgb(216,165,193); }
div.DivClassName
{
background-color: #D8A5C1;
}
.BgClassName
{
background-color: #D8A5C1;
}
</style>
border-color css
<style>
span { border-color: #D8A5C1; }
span { border-color: rgb(216,165,193); }
td.TdClassName
{
border-color: #D8A5C1;
}
.TagClassName
{
border-color: #D8A5C1;
}
</style>