Shades of Shocking #DF99CC
Tints of Shocking #DF99CC
RGB
CMYK
RGB Variations
Color information
#DF99CC (or 0xDF99CC) is known color: Shocking. HEX triplet: DF, 99 and CC. RGB value is (223,153,204). Sum of RGB (Red+Green+Blue) = 223+153+204=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CC is #206633. Grayscale: #B3B3B3. Windows color (decimal): -2123316 or 13408735. OLE color: 13408735.
HSL color Cylindrical-coordinate representation of color #DF99CC: hue angle of 316.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99CC is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 204 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.13 |
| HSL | 316.29º | 0.52% | 0.74% | - |
| HSV(B) | 316.29º | 0.31% | 0.87% | - |
| XYZ | 52.72 | 42.83 | 62.62 | - |
| YUV | 179.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 204 | 0 | 0.31 | 0.09 | 0.13 | 316.29 | 0.52 | 0.74 |
| Hex | DF | 99 | CC | 0 | 1F | 9 | D | 13C | 34 | 4A |
| Octal | 337 | 231 | 314 | 0 | 37 | 11 | 15 | 474 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11001100 | 0 | 11111 | 1001 | 1101 | 100111100 | 110100 | 1001010 |
Color Harmonies of #DF99CC
Complementary color
Monochromatic Colors of #DF99CC
Black with #DF99CC
Text Example
Text Example
White with #DF99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99CC; }
p { color: rgb(223,153,204); }
H1.HeaderClassName
{
color: #DF99CC;
}
.AnyTagClassName
{
color: #DF99CC;
}
</style>
background-color css
<style>
a { background-color: #DF99CC; }
a { background-color: rgb(223,153,204); }
div.DivClassName
{
background-color: #DF99CC;
}
.BgClassName
{
background-color: #DF99CC;
}
</style>
border-color css
<style>
span { border-color: #DF99CC; }
span { border-color: rgb(223,153,204); }
td.TdClassName
{
border-color: #DF99CC;
}
.TagClassName
{
border-color: #DF99CC;
}
</style>