Shades of Shocking #DF93B5
Tints of Shocking #DF93B5
RGB
CMYK
RGB Variations
Color information
#DF93B5 (or 0xDF93B5) is known color: Shocking. HEX triplet: DF, 93 and B5. RGB value is (223,147,181). Sum of RGB (Red+Green+Blue) = 223+147+181=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93B5 is #206C4A. Grayscale: #ADADAD. Windows color (decimal): -2124875 or 11899871. OLE color: 11899871.
HSL color Cylindrical-coordinate representation of color #DF93B5: hue angle of 333.16º 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 #DF93B5 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 181 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.13 |
| HSL | 333.16º | 0.54% | 0.73% | - |
| HSV(B) | 333.16º | 0.34% | 0.87% | - |
| XYZ | 49.21 | 39.89 | 48.82 | - |
| YUV | 173.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 181 | 0 | 0.34 | 0.19 | 0.13 | 333.16 | 0.54 | 0.73 |
| Hex | DF | 93 | B5 | 0 | 22 | 13 | D | 14D | 36 | 49 |
| Octal | 337 | 223 | 265 | 0 | 42 | 23 | 15 | 515 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10110101 | 0 | 100010 | 10011 | 1101 | 101001101 | 110110 | 1001001 |
Color Harmonies of #DF93B5
Complementary color
Monochromatic Colors of #DF93B5
Black with #DF93B5
Text Example
Text Example
White with #DF93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93B5; }
p { color: rgb(223,147,181); }
H1.HeaderClassName
{
color: #DF93B5;
}
.AnyTagClassName
{
color: #DF93B5;
}
</style>
background-color css
<style>
a { background-color: #DF93B5; }
a { background-color: rgb(223,147,181); }
div.DivClassName
{
background-color: #DF93B5;
}
.BgClassName
{
background-color: #DF93B5;
}
</style>
border-color css
<style>
span { border-color: #DF93B5; }
span { border-color: rgb(223,147,181); }
td.TdClassName
{
border-color: #DF93B5;
}
.TagClassName
{
border-color: #DF93B5;
}
</style>