Shades of Shocking #D896C2
Tints of Shocking #D896C2
RGB
CMYK
RGB Variations
Color information
#D896C2 (or 0xD896C2) is known color: Shocking. HEX triplet: D8, 96 and C2. RGB value is (216,150,194). Sum of RGB (Red+Green+Blue) = 216+150+194=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D896C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896C2 is #27693D. Grayscale: #AEAEAE. Windows color (decimal): -2582846 or 12752600. OLE color: 12752600.
HSL color Cylindrical-coordinate representation of color #D896C2: hue angle of 320º 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 #D896C2 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 194 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.15 |
| HSL | 320º | 0.46% | 0.72% | - |
| HSV(B) | 320º | 0.31% | 0.85% | - |
| XYZ | 48.96 | 40.31 | 56.24 | - |
| YUV | 174.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 194 | 0 | 0.31 | 0.10 | 0.15 | 320 | 0.46 | 0.72 |
| Hex | D8 | 96 | C2 | 0 | 1F | A | F | 140 | 2E | 48 |
| Octal | 330 | 226 | 302 | 0 | 37 | 12 | 17 | 500 | 56 | 110 |
| Binary | 11011000 | 10010110 | 11000010 | 0 | 11111 | 1010 | 1111 | 101000000 | 101110 | 1001000 |
Color Harmonies of #D896C2
Complementary color
Monochromatic Colors of #D896C2
Black with #D896C2
Text Example
Text Example
White with #D896C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896C2; }
p { color: rgb(216,150,194); }
H1.HeaderClassName
{
color: #D896C2;
}
.AnyTagClassName
{
color: #D896C2;
}
</style>
background-color css
<style>
a { background-color: #D896C2; }
a { background-color: rgb(216,150,194); }
div.DivClassName
{
background-color: #D896C2;
}
.BgClassName
{
background-color: #D896C2;
}
</style>
border-color css
<style>
span { border-color: #D896C2; }
span { border-color: rgb(216,150,194); }
td.TdClassName
{
border-color: #D896C2;
}
.TagClassName
{
border-color: #D896C2;
}
</style>