Shades of Shocking #DF93C2
Tints of Shocking #DF93C2
RGB
CMYK
RGB Variations
Color information
#DF93C2 (or 0xDF93C2) is known color: Shocking. HEX triplet: DF, 93 and C2. RGB value is (223,147,194). Sum of RGB (Red+Green+Blue) = 223+147+194=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93C2 is #206C3D. Grayscale: #AEAEAE. Windows color (decimal): -2124862 or 12751839. OLE color: 12751839.
HSL color Cylindrical-coordinate representation of color #DF93C2: hue angle of 322.89º 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 #DF93C2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 194 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.13 |
| HSL | 322.89º | 0.54% | 0.73% | - |
| HSV(B) | 322.89º | 0.34% | 0.87% | - |
| XYZ | 50.6 | 40.45 | 56.18 | - |
| YUV | 175.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 194 | 0 | 0.34 | 0.13 | 0.13 | 322.89 | 0.54 | 0.73 |
| Hex | DF | 93 | C2 | 0 | 22 | D | D | 143 | 36 | 49 |
| Octal | 337 | 223 | 302 | 0 | 42 | 15 | 15 | 503 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11000010 | 0 | 100010 | 1101 | 1101 | 101000011 | 110110 | 1001001 |
Color Harmonies of #DF93C2
Complementary color
Monochromatic Colors of #DF93C2
Black with #DF93C2
Text Example
Text Example
White with #DF93C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93C2; }
p { color: rgb(223,147,194); }
H1.HeaderClassName
{
color: #DF93C2;
}
.AnyTagClassName
{
color: #DF93C2;
}
</style>
background-color css
<style>
a { background-color: #DF93C2; }
a { background-color: rgb(223,147,194); }
div.DivClassName
{
background-color: #DF93C2;
}
.BgClassName
{
background-color: #DF93C2;
}
</style>
border-color css
<style>
span { border-color: #DF93C2; }
span { border-color: rgb(223,147,194); }
td.TdClassName
{
border-color: #DF93C2;
}
.TagClassName
{
border-color: #DF93C2;
}
</style>