Shades of Shocking #D895B8
Tints of Shocking #D895B8
RGB
CMYK
RGB Variations
Color information
#D895B8 (or 0xD895B8) is known color: Shocking. HEX triplet: D8, 95 and B8. RGB value is (216,149,184). Sum of RGB (Red+Green+Blue) = 216+149+184=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D895B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895B8 is #276A47. Grayscale: #ACACAC. Windows color (decimal): -2583112 or 12096984. OLE color: 12096984.
HSL color Cylindrical-coordinate representation of color #D895B8: hue angle of 328.66º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895B8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 184 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.15 |
| HSL | 328.66º | 0.46% | 0.72% | - |
| HSV(B) | 328.66º | 0.31% | 0.85% | - |
| XYZ | 47.72 | 39.55 | 50.47 | - |
| YUV | 173.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 184 | 0 | 0.31 | 0.15 | 0.15 | 328.66 | 0.46 | 0.72 |
| Hex | D8 | 95 | B8 | 0 | 1F | F | F | 149 | 2E | 48 |
| Octal | 330 | 225 | 270 | 0 | 37 | 17 | 17 | 511 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10111000 | 0 | 11111 | 1111 | 1111 | 101001001 | 101110 | 1001000 |
Color Harmonies of #D895B8
Complementary color
Monochromatic Colors of #D895B8
Black with #D895B8
Text Example
Text Example
White with #D895B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895B8; }
p { color: rgb(216,149,184); }
H1.HeaderClassName
{
color: #D895B8;
}
.AnyTagClassName
{
color: #D895B8;
}
</style>
background-color css
<style>
a { background-color: #D895B8; }
a { background-color: rgb(216,149,184); }
div.DivClassName
{
background-color: #D895B8;
}
.BgClassName
{
background-color: #D895B8;
}
</style>
border-color css
<style>
span { border-color: #D895B8; }
span { border-color: rgb(216,149,184); }
td.TdClassName
{
border-color: #D895B8;
}
.TagClassName
{
border-color: #D895B8;
}
</style>