Shades of Shocking #DF98CC
Tints of Shocking #DF98CC
RGB
CMYK
RGB Variations
Color information
#DF98CC (or 0xDF98CC) is known color: Shocking. HEX triplet: DF, 98 and CC. RGB value is (223,152,204). Sum of RGB (Red+Green+Blue) = 223+152+204=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98CC is #206733. Grayscale: #B3B3B3. Windows color (decimal): -2123572 or 13408479. OLE color: 13408479.
HSL color Cylindrical-coordinate representation of color #DF98CC: hue angle of 316.06º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98CC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 204 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.13 |
| HSL | 316.06º | 0.53% | 0.74% | - |
| HSV(B) | 316.06º | 0.32% | 0.87% | - |
| XYZ | 52.56 | 42.5 | 62.56 | - |
| YUV | 179.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 204 | 0 | 0.32 | 0.09 | 0.13 | 316.06 | 0.53 | 0.74 |
| Hex | DF | 98 | CC | 0 | 20 | 9 | D | 13C | 35 | 4A |
| Octal | 337 | 230 | 314 | 0 | 40 | 11 | 15 | 474 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11001100 | 0 | 100000 | 1001 | 1101 | 100111100 | 110101 | 1001010 |
Color Harmonies of #DF98CC
Complementary color
Monochromatic Colors of #DF98CC
Black with #DF98CC
Text Example
Text Example
White with #DF98CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98CC; }
p { color: rgb(223,152,204); }
H1.HeaderClassName
{
color: #DF98CC;
}
.AnyTagClassName
{
color: #DF98CC;
}
</style>
background-color css
<style>
a { background-color: #DF98CC; }
a { background-color: rgb(223,152,204); }
div.DivClassName
{
background-color: #DF98CC;
}
.BgClassName
{
background-color: #DF98CC;
}
</style>
border-color css
<style>
span { border-color: #DF98CC; }
span { border-color: rgb(223,152,204); }
td.TdClassName
{
border-color: #DF98CC;
}
.TagClassName
{
border-color: #DF98CC;
}
</style>