Shades of Shocking #D99EC3
Tints of Shocking #D99EC3
RGB
CMYK
RGB Variations
Color information
#D99EC3 (or 0xD99EC3) is known color: Shocking. HEX triplet: D9, 9E and C3. RGB value is (217,158,195). Sum of RGB (Red+Green+Blue) = 217+158+195=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC3 is #26613C. Grayscale: #B3B3B3. Windows color (decimal): -2515261 or 12820185. OLE color: 12820185.
HSL color Cylindrical-coordinate representation of color #D99EC3: hue angle of 322.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EC3 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 195 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.15 |
| HSL | 322.37º | 0.44% | 0.74% | - |
| HSV(B) | 322.37º | 0.27% | 0.85% | - |
| XYZ | 50.69 | 43.15 | 57.29 | - |
| YUV | 179.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 195 | 0 | 0.27 | 0.10 | 0.15 | 322.37 | 0.44 | 0.74 |
| Hex | D9 | 9E | C3 | 0 | 1B | A | F | 142 | 2C | 4A |
| Octal | 331 | 236 | 303 | 0 | 33 | 12 | 17 | 502 | 54 | 112 |
| Binary | 11011001 | 10011110 | 11000011 | 0 | 11011 | 1010 | 1111 | 101000010 | 101100 | 1001010 |
Color Harmonies of #D99EC3
Complementary color
Monochromatic Colors of #D99EC3
Black with #D99EC3
Text Example
Text Example
White with #D99EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EC3; }
p { color: rgb(217,158,195); }
H1.HeaderClassName
{
color: #D99EC3;
}
.AnyTagClassName
{
color: #D99EC3;
}
</style>
background-color css
<style>
a { background-color: #D99EC3; }
a { background-color: rgb(217,158,195); }
div.DivClassName
{
background-color: #D99EC3;
}
.BgClassName
{
background-color: #D99EC3;
}
</style>
border-color css
<style>
span { border-color: #D99EC3; }
span { border-color: rgb(217,158,195); }
td.TdClassName
{
border-color: #D99EC3;
}
.TagClassName
{
border-color: #D99EC3;
}
</style>