Shades of Shocking #DD98C0
Tints of Shocking #DD98C0
RGB
CMYK
RGB Variations
Color information
#DD98C0 (or 0xDD98C0) is known color: Shocking. HEX triplet: DD, 98 and C0. RGB value is (221,152,192). Sum of RGB (Red+Green+Blue) = 221+152+192=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C0 is #22673F. Grayscale: #B1B1B1. Windows color (decimal): -2254656 or 12622045. OLE color: 12622045.
HSL color Cylindrical-coordinate representation of color #DD98C0: hue angle of 325.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98C0 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 192 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.13 |
| HSL | 325.22º | 0.5% | 0.73% | - |
| HSV(B) | 325.22º | 0.31% | 0.87% | - |
| XYZ | 50.56 | 41.63 | 55.24 | - |
| YUV | 177.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 192 | 0 | 0.31 | 0.13 | 0.13 | 325.22 | 0.5 | 0.73 |
| Hex | DD | 98 | C0 | 0 | 1F | D | D | 145 | 32 | 49 |
| Octal | 335 | 230 | 300 | 0 | 37 | 15 | 15 | 505 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11000000 | 0 | 11111 | 1101 | 1101 | 101000101 | 110010 | 1001001 |
Color Harmonies of #DD98C0
Complementary color
Monochromatic Colors of #DD98C0
Black with #DD98C0
Text Example
Text Example
White with #DD98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98C0; }
p { color: rgb(221,152,192); }
H1.HeaderClassName
{
color: #DD98C0;
}
.AnyTagClassName
{
color: #DD98C0;
}
</style>
background-color css
<style>
a { background-color: #DD98C0; }
a { background-color: rgb(221,152,192); }
div.DivClassName
{
background-color: #DD98C0;
}
.BgClassName
{
background-color: #DD98C0;
}
</style>
border-color css
<style>
span { border-color: #DD98C0; }
span { border-color: rgb(221,152,192); }
td.TdClassName
{
border-color: #DD98C0;
}
.TagClassName
{
border-color: #DD98C0;
}
</style>