Shades of Shocking #DD98C2
Tints of Shocking #DD98C2
RGB
CMYK
RGB Variations
Color information
#DD98C2 (or 0xDD98C2) is known color: Shocking. HEX triplet: DD, 98 and C2. RGB value is (221,152,194). Sum of RGB (Red+Green+Blue) = 221+152+194=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98C2 is #22673D. Grayscale: #B1B1B1. Windows color (decimal): -2254654 or 12753117. OLE color: 12753117.
HSL color Cylindrical-coordinate representation of color #DD98C2: hue angle of 323.48º 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 #DD98C2 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 194 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.13 |
| HSL | 323.48º | 0.5% | 0.73% | - |
| HSV(B) | 323.48º | 0.31% | 0.87% | - |
| XYZ | 50.78 | 41.72 | 56.42 | - |
| YUV | 177.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 194 | 0 | 0.31 | 0.12 | 0.13 | 323.48 | 0.5 | 0.73 |
| Hex | DD | 98 | C2 | 0 | 1F | C | D | 143 | 32 | 49 |
| Octal | 335 | 230 | 302 | 0 | 37 | 14 | 15 | 503 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11000010 | 0 | 11111 | 1100 | 1101 | 101000011 | 110010 | 1001001 |
Color Harmonies of #DD98C2
Complementary color
Monochromatic Colors of #DD98C2
Black with #DD98C2
Text Example
Text Example
White with #DD98C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98C2; }
p { color: rgb(221,152,194); }
H1.HeaderClassName
{
color: #DD98C2;
}
.AnyTagClassName
{
color: #DD98C2;
}
</style>
background-color css
<style>
a { background-color: #DD98C2; }
a { background-color: rgb(221,152,194); }
div.DivClassName
{
background-color: #DD98C2;
}
.BgClassName
{
background-color: #DD98C2;
}
</style>
border-color css
<style>
span { border-color: #DD98C2; }
span { border-color: rgb(221,152,194); }
td.TdClassName
{
border-color: #DD98C2;
}
.TagClassName
{
border-color: #DD98C2;
}
</style>