Shades of Shocking #DF93C8
Tints of Shocking #DF93C8
RGB
CMYK
RGB Variations
Color information
#DF93C8 (or 0xDF93C8) is known color: Shocking. HEX triplet: DF, 93 and C8. RGB value is (223,147,200). Sum of RGB (Red+Green+Blue) = 223+147+200=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C8 is #206C37. Grayscale: #AFAFAF. Windows color (decimal): -2124856 or 13145055. OLE color: 13145055.
HSL color Cylindrical-coordinate representation of color #DF93C8: hue angle of 318.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF93C8 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 200 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.13 |
| HSL | 318.16º | 0.54% | 0.73% | - |
| HSV(B) | 318.16º | 0.34% | 0.87% | - |
| XYZ | 51.29 | 40.73 | 59.8 | - |
| YUV | 175.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 200 | 0 | 0.34 | 0.10 | 0.13 | 318.16 | 0.54 | 0.73 |
| Hex | DF | 93 | C8 | 0 | 22 | A | D | 13E | 36 | 49 |
| Octal | 337 | 223 | 310 | 0 | 42 | 12 | 15 | 476 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11001000 | 0 | 100010 | 1010 | 1101 | 100111110 | 110110 | 1001001 |
Color Harmonies of #DF93C8
Complementary color
Monochromatic Colors of #DF93C8
Black with #DF93C8
Text Example
Text Example
White with #DF93C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C8; }
p { color: rgb(223,147,200); }
H1.HeaderClassName
{
color: #DF93C8;
}
.AnyTagClassName
{
color: #DF93C8;
}
</style>
background-color css
<style>
a { background-color: #DF93C8; }
a { background-color: rgb(223,147,200); }
div.DivClassName
{
background-color: #DF93C8;
}
.BgClassName
{
background-color: #DF93C8;
}
</style>
border-color css
<style>
span { border-color: #DF93C8; }
span { border-color: rgb(223,147,200); }
td.TdClassName
{
border-color: #DF93C8;
}
.TagClassName
{
border-color: #DF93C8;
}
</style>