Shades of Shocking #DF93CC
Tints of Shocking #DF93CC
RGB
CMYK
RGB Variations
Color information
#DF93CC (or 0xDF93CC) is known color: Shocking. HEX triplet: DF, 93 and CC. RGB value is (223,147,204). Sum of RGB (Red+Green+Blue) = 223+147+204=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93CC is #206C33. Grayscale: #B0B0B0. Windows color (decimal): -2124852 or 13407199. OLE color: 13407199.
HSL color Cylindrical-coordinate representation of color #DF93CC: hue angle of 315º 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 #DF93CC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 204 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.13 |
| HSL | 315º | 0.54% | 0.73% | - |
| HSV(B) | 315º | 0.34% | 0.87% | - |
| XYZ | 51.76 | 40.92 | 62.3 | - |
| YUV | 176.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 204 | 0 | 0.34 | 0.09 | 0.13 | 315 | 0.54 | 0.73 |
| Hex | DF | 93 | CC | 0 | 22 | 9 | D | 13B | 36 | 49 |
| Octal | 337 | 223 | 314 | 0 | 42 | 11 | 15 | 473 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11001100 | 0 | 100010 | 1001 | 1101 | 100111011 | 110110 | 1001001 |
Color Harmonies of #DF93CC
Complementary color
Monochromatic Colors of #DF93CC
Black with #DF93CC
Text Example
Text Example
White with #DF93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93CC; }
p { color: rgb(223,147,204); }
H1.HeaderClassName
{
color: #DF93CC;
}
.AnyTagClassName
{
color: #DF93CC;
}
</style>
background-color css
<style>
a { background-color: #DF93CC; }
a { background-color: rgb(223,147,204); }
div.DivClassName
{
background-color: #DF93CC;
}
.BgClassName
{
background-color: #DF93CC;
}
</style>
border-color css
<style>
span { border-color: #DF93CC; }
span { border-color: rgb(223,147,204); }
td.TdClassName
{
border-color: #DF93CC;
}
.TagClassName
{
border-color: #DF93CC;
}
</style>