Shades of Shocking #DD98CA
Tints of Shocking #DD98CA
RGB
CMYK
RGB Variations
Color information
#DD98CA (or 0xDD98CA) is known color: Shocking. HEX triplet: DD, 98 and CA. RGB value is (221,152,202). Sum of RGB (Red+Green+Blue) = 221+152+202=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CA is #226735. Grayscale: #B2B2B2. Windows color (decimal): -2254646 or 13277405. OLE color: 13277405.
HSL color Cylindrical-coordinate representation of color #DD98CA: hue angle of 316.52º 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 #DD98CA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 202 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.13 |
| HSL | 316.52º | 0.5% | 0.73% | - |
| HSV(B) | 316.52º | 0.31% | 0.87% | - |
| XYZ | 51.71 | 42.09 | 61.28 | - |
| YUV | 178.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 202 | 0 | 0.31 | 0.09 | 0.13 | 316.52 | 0.5 | 0.73 |
| Hex | DD | 98 | CA | 0 | 1F | 9 | D | 13D | 32 | 49 |
| Octal | 335 | 230 | 312 | 0 | 37 | 11 | 15 | 475 | 62 | 111 |
| Binary | 11011101 | 10011000 | 11001010 | 0 | 11111 | 1001 | 1101 | 100111101 | 110010 | 1001001 |
Color Harmonies of #DD98CA
Complementary color
Monochromatic Colors of #DD98CA
Black with #DD98CA
Text Example
Text Example
White with #DD98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98CA; }
p { color: rgb(221,152,202); }
H1.HeaderClassName
{
color: #DD98CA;
}
.AnyTagClassName
{
color: #DD98CA;
}
</style>
background-color css
<style>
a { background-color: #DD98CA; }
a { background-color: rgb(221,152,202); }
div.DivClassName
{
background-color: #DD98CA;
}
.BgClassName
{
background-color: #DD98CA;
}
</style>
border-color css
<style>
span { border-color: #DD98CA; }
span { border-color: rgb(221,152,202); }
td.TdClassName
{
border-color: #DD98CA;
}
.TagClassName
{
border-color: #DD98CA;
}
</style>