Shades of Shocking #DF93C5
Tints of Shocking #DF93C5
RGB
CMYK
RGB Variations
Color information
#DF93C5 (or 0xDF93C5) is known color: Shocking. HEX triplet: DF, 93 and C5. RGB value is (223,147,197). Sum of RGB (Red+Green+Blue) = 223+147+197=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C5 is #206C3A. Grayscale: #AFAFAF. Windows color (decimal): -2124859 or 12948447. OLE color: 12948447.
HSL color Cylindrical-coordinate representation of color #DF93C5: hue angle of 320.53º 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 #DF93C5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 197 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.13 |
| HSL | 320.53º | 0.54% | 0.73% | - |
| HSV(B) | 320.53º | 0.34% | 0.87% | - |
| XYZ | 50.94 | 40.59 | 57.97 | - |
| YUV | 175.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 197 | 0 | 0.34 | 0.12 | 0.13 | 320.53 | 0.54 | 0.73 |
| Hex | DF | 93 | C5 | 0 | 22 | C | D | 141 | 36 | 49 |
| Octal | 337 | 223 | 305 | 0 | 42 | 14 | 15 | 501 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11000101 | 0 | 100010 | 1100 | 1101 | 101000001 | 110110 | 1001001 |
Color Harmonies of #DF93C5
Complementary color
Monochromatic Colors of #DF93C5
Black with #DF93C5
Text Example
Text Example
White with #DF93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C5; }
p { color: rgb(223,147,197); }
H1.HeaderClassName
{
color: #DF93C5;
}
.AnyTagClassName
{
color: #DF93C5;
}
</style>
background-color css
<style>
a { background-color: #DF93C5; }
a { background-color: rgb(223,147,197); }
div.DivClassName
{
background-color: #DF93C5;
}
.BgClassName
{
background-color: #DF93C5;
}
</style>
border-color css
<style>
span { border-color: #DF93C5; }
span { border-color: rgb(223,147,197); }
td.TdClassName
{
border-color: #DF93C5;
}
.TagClassName
{
border-color: #DF93C5;
}
</style>