Shades of Shocking #DF93C9
Tints of Shocking #DF93C9
RGB
CMYK
RGB Variations
Color information
#DF93C9 (or 0xDF93C9) is known color: Shocking. HEX triplet: DF, 93 and C9. RGB value is (223,147,201). Sum of RGB (Red+Green+Blue) = 223+147+201=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C9 is #206C36. Grayscale: #AFAFAF. Windows color (decimal): -2124855 or 13210591. OLE color: 13210591.
HSL color Cylindrical-coordinate representation of color #DF93C9: hue angle of 317.37º 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 #DF93C9 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 201 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.13 |
| HSL | 317.37º | 0.54% | 0.73% | - |
| HSV(B) | 317.37º | 0.34% | 0.87% | - |
| XYZ | 51.41 | 40.77 | 60.42 | - |
| YUV | 175.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 201 | 0 | 0.34 | 0.10 | 0.13 | 317.37 | 0.54 | 0.73 |
| Hex | DF | 93 | C9 | 0 | 22 | A | D | 13D | 36 | 49 |
| Octal | 337 | 223 | 311 | 0 | 42 | 12 | 15 | 475 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11001001 | 0 | 100010 | 1010 | 1101 | 100111101 | 110110 | 1001001 |
Color Harmonies of #DF93C9
Complementary color
Monochromatic Colors of #DF93C9
Black with #DF93C9
Text Example
Text Example
White with #DF93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C9; }
p { color: rgb(223,147,201); }
H1.HeaderClassName
{
color: #DF93C9;
}
.AnyTagClassName
{
color: #DF93C9;
}
</style>
background-color css
<style>
a { background-color: #DF93C9; }
a { background-color: rgb(223,147,201); }
div.DivClassName
{
background-color: #DF93C9;
}
.BgClassName
{
background-color: #DF93C9;
}
</style>
border-color css
<style>
span { border-color: #DF93C9; }
span { border-color: rgb(223,147,201); }
td.TdClassName
{
border-color: #DF93C9;
}
.TagClassName
{
border-color: #DF93C9;
}
</style>