Shades of Shocking #DD96C1
Tints of Shocking #DD96C1
RGB
CMYK
RGB Variations
Color information
#DD96C1 (or 0xDD96C1) is known color: Shocking. HEX triplet: DD, 96 and C1. RGB value is (221,150,193). Sum of RGB (Red+Green+Blue) = 221+150+193=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C1 is #22693E. Grayscale: #B0B0B0. Windows color (decimal): -2255167 or 12687069. OLE color: 12687069.
HSL color Cylindrical-coordinate representation of color #DD96C1: hue angle of 323.66º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96C1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 193 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.13 |
| HSL | 323.66º | 0.51% | 0.73% | - |
| HSV(B) | 323.66º | 0.32% | 0.87% | - |
| XYZ | 50.35 | 41.04 | 55.72 | - |
| YUV | 176.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 193 | 0 | 0.32 | 0.13 | 0.13 | 323.66 | 0.51 | 0.73 |
| Hex | DD | 96 | C1 | 0 | 20 | D | D | 144 | 33 | 49 |
| Octal | 335 | 226 | 301 | 0 | 40 | 15 | 15 | 504 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11000001 | 0 | 100000 | 1101 | 1101 | 101000100 | 110011 | 1001001 |
Color Harmonies of #DD96C1
Complementary color
Monochromatic Colors of #DD96C1
Black with #DD96C1
Text Example
Text Example
White with #DD96C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C1; }
p { color: rgb(221,150,193); }
H1.HeaderClassName
{
color: #DD96C1;
}
.AnyTagClassName
{
color: #DD96C1;
}
</style>
background-color css
<style>
a { background-color: #DD96C1; }
a { background-color: rgb(221,150,193); }
div.DivClassName
{
background-color: #DD96C1;
}
.BgClassName
{
background-color: #DD96C1;
}
</style>
border-color css
<style>
span { border-color: #DD96C1; }
span { border-color: rgb(221,150,193); }
td.TdClassName
{
border-color: #DD96C1;
}
.TagClassName
{
border-color: #DD96C1;
}
</style>