Shades of Shocking #DD98C9
Tints of Shocking #DD98C9
RGB
CMYK
RGB Variations
Color information
#DD98C9 (or 0xDD98C9) is known color: Shocking. HEX triplet: DD, 98 and C9. RGB value is (221,152,201). Sum of RGB (Red+Green+Blue) = 221+152+201=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C9 is #226736. Grayscale: #B2B2B2. Windows color (decimal): -2254647 or 13211869. OLE color: 13211869.
HSL color Cylindrical-coordinate representation of color #DD98C9: hue angle of 317.39º 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 #DD98C9 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 201 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.13 |
| HSL | 317.39º | 0.5% | 0.73% | - |
| HSV(B) | 317.39º | 0.31% | 0.87% | - |
| XYZ | 51.59 | 42.05 | 60.65 | - |
| YUV | 178.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 201 | 0 | 0.31 | 0.09 | 0.13 | 317.39 | 0.5 | 0.73 |
| Hex | DD | 98 | C9 | 0 | 1F | 9 | D | 13D | 32 | 49 |
| Octal | 335 | 230 | 311 | 0 | 37 | 11 | 15 | 475 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11001001 | 0 | 11111 | 1001 | 1101 | 100111101 | 110010 | 1001001 |
Color Harmonies of #DD98C9
Complementary color
Monochromatic Colors of #DD98C9
Black with #DD98C9
Text Example
Text Example
White with #DD98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98C9; }
p { color: rgb(221,152,201); }
H1.HeaderClassName
{
color: #DD98C9;
}
.AnyTagClassName
{
color: #DD98C9;
}
</style>
background-color css
<style>
a { background-color: #DD98C9; }
a { background-color: rgb(221,152,201); }
div.DivClassName
{
background-color: #DD98C9;
}
.BgClassName
{
background-color: #DD98C9;
}
</style>
border-color css
<style>
span { border-color: #DD98C9; }
span { border-color: rgb(221,152,201); }
td.TdClassName
{
border-color: #DD98C9;
}
.TagClassName
{
border-color: #DD98C9;
}
</style>