Shades of Shocking #D896BD
Tints of Shocking #D896BD
RGB
CMYK
RGB Variations
Color information
#D896BD (or 0xD896BD) is known color: Shocking. HEX triplet: D8, 96 and BD. RGB value is (216,150,189). Sum of RGB (Red+Green+Blue) = 216+150+189=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D896BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896BD is #276942. Grayscale: #AEAEAE. Windows color (decimal): -2582851 or 12424920. OLE color: 12424920.
HSL color Cylindrical-coordinate representation of color #D896BD: hue angle of 324.55º 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 #D896BD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 189 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.15 |
| HSL | 324.55º | 0.46% | 0.72% | - |
| HSV(B) | 324.55º | 0.31% | 0.85% | - |
| XYZ | 48.41 | 40.09 | 53.33 | - |
| YUV | 174.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 189 | 0 | 0.31 | 0.12 | 0.15 | 324.55 | 0.46 | 0.72 |
| Hex | D8 | 96 | BD | 0 | 1F | C | F | 145 | 2E | 48 |
| Octal | 330 | 226 | 275 | 0 | 37 | 14 | 17 | 505 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10111101 | 0 | 11111 | 1100 | 1111 | 101000101 | 101110 | 1001000 |
Color Harmonies of #D896BD
Complementary color
Monochromatic Colors of #D896BD
Black with #D896BD
Text Example
Text Example
White with #D896BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896BD; }
p { color: rgb(216,150,189); }
H1.HeaderClassName
{
color: #D896BD;
}
.AnyTagClassName
{
color: #D896BD;
}
</style>
background-color css
<style>
a { background-color: #D896BD; }
a { background-color: rgb(216,150,189); }
div.DivClassName
{
background-color: #D896BD;
}
.BgClassName
{
background-color: #D896BD;
}
</style>
border-color css
<style>
span { border-color: #D896BD; }
span { border-color: rgb(216,150,189); }
td.TdClassName
{
border-color: #D896BD;
}
.TagClassName
{
border-color: #D896BD;
}
</style>