Shades of Shocking #DF99C9
Tints of Shocking #DF99C9
RGB
CMYK
RGB Variations
Color information
#DF99C9 (or 0xDF99C9) is known color: Shocking. HEX triplet: DF, 99 and C9. RGB value is (223,153,201). Sum of RGB (Red+Green+Blue) = 223+153+201=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99C9 is #206636. Grayscale: #B3B3B3. Windows color (decimal): -2123319 or 13212127. OLE color: 13212127.
HSL color Cylindrical-coordinate representation of color #DF99C9: hue angle of 318.86º 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 #DF99C9 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 201 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.13 |
| HSL | 318.86º | 0.52% | 0.74% | - |
| HSV(B) | 318.86º | 0.31% | 0.87% | - |
| XYZ | 52.37 | 42.69 | 60.74 | - |
| YUV | 179.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 201 | 0 | 0.31 | 0.10 | 0.13 | 318.86 | 0.52 | 0.74 |
| Hex | DF | 99 | C9 | 0 | 1F | A | D | 13F | 34 | 4A |
| Octal | 337 | 231 | 311 | 0 | 37 | 12 | 15 | 477 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11001001 | 0 | 11111 | 1010 | 1101 | 100111111 | 110100 | 1001010 |
Color Harmonies of #DF99C9
Complementary color
Monochromatic Colors of #DF99C9
Black with #DF99C9
Text Example
Text Example
White with #DF99C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99C9; }
p { color: rgb(223,153,201); }
H1.HeaderClassName
{
color: #DF99C9;
}
.AnyTagClassName
{
color: #DF99C9;
}
</style>
background-color css
<style>
a { background-color: #DF99C9; }
a { background-color: rgb(223,153,201); }
div.DivClassName
{
background-color: #DF99C9;
}
.BgClassName
{
background-color: #DF99C9;
}
</style>
border-color css
<style>
span { border-color: #DF99C9; }
span { border-color: rgb(223,153,201); }
td.TdClassName
{
border-color: #DF99C9;
}
.TagClassName
{
border-color: #DF99C9;
}
</style>