Shades of Shocking #DF99C7
Tints of Shocking #DF99C7
RGB
CMYK
RGB Variations
Color information
#DF99C7 (or 0xDF99C7) is known color: Shocking. HEX triplet: DF, 99 and C7. RGB value is (223,153,199). Sum of RGB (Red+Green+Blue) = 223+153+199=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99C7 is #206638. Grayscale: #B3B3B3. Windows color (decimal): -2123321 or 13081055. OLE color: 13081055.
HSL color Cylindrical-coordinate representation of color #DF99C7: hue angle of 320.57º 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 #DF99C7 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 199 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.13 |
| HSL | 320.57º | 0.52% | 0.74% | - |
| HSV(B) | 320.57º | 0.31% | 0.87% | - |
| XYZ | 52.13 | 42.59 | 59.51 | - |
| YUV | 179.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 199 | 0 | 0.31 | 0.11 | 0.13 | 320.57 | 0.52 | 0.74 |
| Hex | DF | 99 | C7 | 0 | 1F | B | D | 141 | 34 | 4A |
| Octal | 337 | 231 | 307 | 0 | 37 | 13 | 15 | 501 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11000111 | 0 | 11111 | 1011 | 1101 | 101000001 | 110100 | 1001010 |
Color Harmonies of #DF99C7
Complementary color
Monochromatic Colors of #DF99C7
Black with #DF99C7
Text Example
Text Example
White with #DF99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99C7; }
p { color: rgb(223,153,199); }
H1.HeaderClassName
{
color: #DF99C7;
}
.AnyTagClassName
{
color: #DF99C7;
}
</style>
background-color css
<style>
a { background-color: #DF99C7; }
a { background-color: rgb(223,153,199); }
div.DivClassName
{
background-color: #DF99C7;
}
.BgClassName
{
background-color: #DF99C7;
}
</style>
border-color css
<style>
span { border-color: #DF99C7; }
span { border-color: rgb(223,153,199); }
td.TdClassName
{
border-color: #DF99C7;
}
.TagClassName
{
border-color: #DF99C7;
}
</style>