Shades of Shocking #DF93C0
Tints of Shocking #DF93C0
RGB
CMYK
RGB Variations
Color information
#DF93C0 (or 0xDF93C0) is known color: Shocking. HEX triplet: DF, 93 and C0. RGB value is (223,147,192). Sum of RGB (Red+Green+Blue) = 223+147+192=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C0 is #206C3F. Grayscale: #AEAEAE. Windows color (decimal): -2124864 or 12620767. OLE color: 12620767.
HSL color Cylindrical-coordinate representation of color #DF93C0: hue angle of 324.47º 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 #DF93C0 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 147 | 192 | - |
CMYK | 0 | 0.34 | 0.14 | 0.13 |
HSL | 324.47º | 0.54% | 0.73% | - |
HSV(B) | 324.47º | 0.34% | 0.87% | - |
XYZ | 50.38 | 40.36 | 55 | - |
YUV | 174.85 | 137.68 | 162.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 147 | 192 | 0 | 0.34 | 0.14 | 0.13 | 324.47 | 0.54 | 0.73 |
Hex | DF | 93 | C0 | 0 | 22 | E | D | 144 | 36 | 49 |
Octal | 337 | 223 | 300 | 0 | 42 | 16 | 15 | 504 | 66 | 111 |
Binary | 11011111 | 10010011 | 11000000 | 0 | 100010 | 1110 | 1101 | 101000100 | 110110 | 1001001 |
Color Harmonies of #DF93C0
Complementary color
Monochromatic Colors of #DF93C0
Black with #DF93C0
Text Example
Text Example
White with #DF93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C0; }
p { color: rgb(223,147,192); }
H1.HeaderClassName
{
color: #DF93C0;
}
.AnyTagClassName
{
color: #DF93C0;
}
</style>
background-color css
<style>
a { background-color: #DF93C0; }
a { background-color: rgb(223,147,192); }
div.DivClassName
{
background-color: #DF93C0;
}
.BgClassName
{
background-color: #DF93C0;
}
</style>
border-color css
<style>
span { border-color: #DF93C0; }
span { border-color: rgb(223,147,192); }
td.TdClassName
{
border-color: #DF93C0;
}
.TagClassName
{
border-color: #DF93C0;
}
</style>