Shades of Shocking #DF93C6
Tints of Shocking #DF93C6
RGB
CMYK
RGB Variations
Color information
#DF93C6 (or 0xDF93C6) is known color: Shocking. HEX triplet: DF, 93 and C6. RGB value is (223,147,198). Sum of RGB (Red+Green+Blue) = 223+147+198=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C6 is #206C39. Grayscale: #AFAFAF. Windows color (decimal): -2124858 or 13013983. OLE color: 13013983.
HSL color Cylindrical-coordinate representation of color #DF93C6: hue angle of 319.74º 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 #DF93C6 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 198 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.13 |
| HSL | 319.74º | 0.54% | 0.73% | - |
| HSV(B) | 319.74º | 0.34% | 0.87% | - |
| XYZ | 51.06 | 40.63 | 58.58 | - |
| YUV | 175.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 198 | 0 | 0.34 | 0.11 | 0.13 | 319.74 | 0.54 | 0.73 |
| Hex | DF | 93 | C6 | 0 | 22 | B | D | 140 | 36 | 49 |
| Octal | 337 | 223 | 306 | 0 | 42 | 13 | 15 | 500 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11000110 | 0 | 100010 | 1011 | 1101 | 101000000 | 110110 | 1001001 |
Color Harmonies of #DF93C6
Complementary color
Monochromatic Colors of #DF93C6
Black with #DF93C6
Text Example
Text Example
White with #DF93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C6; }
p { color: rgb(223,147,198); }
H1.HeaderClassName
{
color: #DF93C6;
}
.AnyTagClassName
{
color: #DF93C6;
}
</style>
background-color css
<style>
a { background-color: #DF93C6; }
a { background-color: rgb(223,147,198); }
div.DivClassName
{
background-color: #DF93C6;
}
.BgClassName
{
background-color: #DF93C6;
}
</style>
border-color css
<style>
span { border-color: #DF93C6; }
span { border-color: rgb(223,147,198); }
td.TdClassName
{
border-color: #DF93C6;
}
.TagClassName
{
border-color: #DF93C6;
}
</style>