Shades of Shocking #DF88C5
Tints of Shocking #DF88C5
RGB
CMYK
RGB Variations
Color information
#DF88C5 (or 0xDF88C5) is known color: Shocking. HEX triplet: DF, 88 and C5. RGB value is (223,136,197). Sum of RGB (Red+Green+Blue) = 223+136+197=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88C5 is #20773A. Grayscale: #A8A8A8. Windows color (decimal): -2127675 or 12945631. OLE color: 12945631.
HSL color Cylindrical-coordinate representation of color #DF88C5: hue angle of 317.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF88C5 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 197 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.13 |
| HSL | 317.93º | 0.58% | 0.7% | - |
| HSV(B) | 317.93º | 0.39% | 0.87% | - |
| XYZ | 49.31 | 37.33 | 57.43 | - |
| YUV | 168.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 197 | 0 | 0.39 | 0.12 | 0.13 | 317.93 | 0.58 | 0.7 |
| Hex | DF | 88 | C5 | 0 | 27 | C | D | 13E | 3A | 46 |
| Octal | 337 | 210 | 305 | 0 | 47 | 14 | 15 | 476 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11000101 | 0 | 100111 | 1100 | 1101 | 100111110 | 111010 | 1000110 |
Color Harmonies of #DF88C5
Complementary color
Monochromatic Colors of #DF88C5
Black with #DF88C5
Text Example
Text Example
White with #DF88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88C5; }
p { color: rgb(223,136,197); }
H1.HeaderClassName
{
color: #DF88C5;
}
.AnyTagClassName
{
color: #DF88C5;
}
</style>
background-color css
<style>
a { background-color: #DF88C5; }
a { background-color: rgb(223,136,197); }
div.DivClassName
{
background-color: #DF88C5;
}
.BgClassName
{
background-color: #DF88C5;
}
</style>
border-color css
<style>
span { border-color: #DF88C5; }
span { border-color: rgb(223,136,197); }
td.TdClassName
{
border-color: #DF88C5;
}
.TagClassName
{
border-color: #DF88C5;
}
</style>