Shades of Shocking #D995C2
Tints of Shocking #D995C2
RGB
CMYK
RGB Variations
Color information
#D995C2 (or 0xD995C2) is known color: Shocking. HEX triplet: D9, 95 and C2. RGB value is (217,149,194). Sum of RGB (Red+Green+Blue) = 217+149+194=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C2 is #266A3D. Grayscale: #AEAEAE. Windows color (decimal): -2517566 or 12752345. OLE color: 12752345.
HSL color Cylindrical-coordinate representation of color #D995C2: hue angle of 320.29º degrees, saturation: 0.47, 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 #D995C2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 194 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.15 |
| HSL | 320.29º | 0.47% | 0.72% | - |
| HSV(B) | 320.29º | 0.31% | 0.85% | - |
| XYZ | 49.1 | 40.14 | 56.2 | - |
| YUV | 174.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 194 | 0 | 0.31 | 0.11 | 0.15 | 320.29 | 0.47 | 0.72 |
| Hex | D9 | 95 | C2 | 0 | 1F | B | F | 140 | 2F | 48 |
| Octal | 331 | 225 | 302 | 0 | 37 | 13 | 17 | 500 | 57 | 110 |
| Binary | 11011001 | 10010101 | 11000010 | 0 | 11111 | 1011 | 1111 | 101000000 | 101111 | 1001000 |
Color Harmonies of #D995C2
Complementary color
Monochromatic Colors of #D995C2
Black with #D995C2
Text Example
Text Example
White with #D995C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995C2; }
p { color: rgb(217,149,194); }
H1.HeaderClassName
{
color: #D995C2;
}
.AnyTagClassName
{
color: #D995C2;
}
</style>
background-color css
<style>
a { background-color: #D995C2; }
a { background-color: rgb(217,149,194); }
div.DivClassName
{
background-color: #D995C2;
}
.BgClassName
{
background-color: #D995C2;
}
</style>
border-color css
<style>
span { border-color: #D995C2; }
span { border-color: rgb(217,149,194); }
td.TdClassName
{
border-color: #D995C2;
}
.TagClassName
{
border-color: #D995C2;
}
</style>