Shades of Shocking #DF99C6
Tints of Shocking #DF99C6
RGB
CMYK
RGB Variations
Color information
#DF99C6 (or 0xDF99C6) is known color: Shocking. HEX triplet: DF, 99 and C6. RGB value is (223,153,198). Sum of RGB (Red+Green+Blue) = 223+153+198=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99C6 is #206639. Grayscale: #B2B2B2. Windows color (decimal): -2123322 or 13015519. OLE color: 13015519.
HSL color Cylindrical-coordinate representation of color #DF99C6: hue angle of 321.43º 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 #DF99C6 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 198 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.13 |
| HSL | 321.43º | 0.52% | 0.74% | - |
| HSV(B) | 321.43º | 0.31% | 0.87% | - |
| XYZ | 52.02 | 42.55 | 58.9 | - |
| YUV | 179.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 198 | 0 | 0.31 | 0.11 | 0.13 | 321.43 | 0.52 | 0.74 |
| Hex | DF | 99 | C6 | 0 | 1F | B | D | 141 | 34 | 4A |
| Octal | 337 | 231 | 306 | 0 | 37 | 13 | 15 | 501 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11000110 | 0 | 11111 | 1011 | 1101 | 101000001 | 110100 | 1001010 |
Color Harmonies of #DF99C6
Complementary color
Monochromatic Colors of #DF99C6
Black with #DF99C6
Text Example
Text Example
White with #DF99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99C6; }
p { color: rgb(223,153,198); }
H1.HeaderClassName
{
color: #DF99C6;
}
.AnyTagClassName
{
color: #DF99C6;
}
</style>
background-color css
<style>
a { background-color: #DF99C6; }
a { background-color: rgb(223,153,198); }
div.DivClassName
{
background-color: #DF99C6;
}
.BgClassName
{
background-color: #DF99C6;
}
</style>
border-color css
<style>
span { border-color: #DF99C6; }
span { border-color: rgb(223,153,198); }
td.TdClassName
{
border-color: #DF99C6;
}
.TagClassName
{
border-color: #DF99C6;
}
</style>