Shades of Shocking #D99CC1
Tints of Shocking #D99CC1
RGB
CMYK
RGB Variations
Color information
#D99CC1 (or 0xD99CC1) is known color: Shocking. HEX triplet: D9, 9C and C1. RGB value is (217,156,193). Sum of RGB (Red+Green+Blue) = 217+156+193=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CC1 is #26633E. Grayscale: #B2B2B2. Windows color (decimal): -2515775 or 12688601. OLE color: 12688601.
HSL color Cylindrical-coordinate representation of color #D99CC1: hue angle of 323.61º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CC1 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 193 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.15 |
| HSL | 323.61º | 0.45% | 0.73% | - |
| HSV(B) | 323.61º | 0.28% | 0.85% | - |
| XYZ | 50.13 | 42.38 | 55.99 | - |
| YUV | 178.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 193 | 0 | 0.28 | 0.11 | 0.15 | 323.61 | 0.45 | 0.73 |
| Hex | D9 | 9C | C1 | 0 | 1C | B | F | 144 | 2D | 49 |
| Octal | 331 | 234 | 301 | 0 | 34 | 13 | 17 | 504 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11000001 | 0 | 11100 | 1011 | 1111 | 101000100 | 101101 | 1001001 |
Color Harmonies of #D99CC1
Complementary color
Monochromatic Colors of #D99CC1
Black with #D99CC1
Text Example
Text Example
White with #D99CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CC1; }
p { color: rgb(217,156,193); }
H1.HeaderClassName
{
color: #D99CC1;
}
.AnyTagClassName
{
color: #D99CC1;
}
</style>
background-color css
<style>
a { background-color: #D99CC1; }
a { background-color: rgb(217,156,193); }
div.DivClassName
{
background-color: #D99CC1;
}
.BgClassName
{
background-color: #D99CC1;
}
</style>
border-color css
<style>
span { border-color: #D99CC1; }
span { border-color: rgb(217,156,193); }
td.TdClassName
{
border-color: #D99CC1;
}
.TagClassName
{
border-color: #D99CC1;
}
</style>