Shades of Shocking #DF88C4
Tints of Shocking #DF88C4
RGB
CMYK
RGB Variations
Color information
#DF88C4 (or 0xDF88C4) is known color: Shocking. HEX triplet: DF, 88 and C4. RGB value is (223,136,196). Sum of RGB (Red+Green+Blue) = 223+136+196=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88C4 is #20773B. Grayscale: #A8A8A8. Windows color (decimal): -2127676 or 12880095. OLE color: 12880095.
HSL color Cylindrical-coordinate representation of color #DF88C4: hue angle of 318.62º 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 #DF88C4 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 196 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.13 |
| HSL | 318.62º | 0.58% | 0.7% | - |
| HSV(B) | 318.62º | 0.39% | 0.87% | - |
| XYZ | 49.2 | 37.28 | 56.83 | - |
| YUV | 168.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 196 | 0 | 0.39 | 0.12 | 0.13 | 318.62 | 0.58 | 0.7 |
| Hex | DF | 88 | C4 | 0 | 27 | C | D | 13F | 3A | 46 |
| Octal | 337 | 210 | 304 | 0 | 47 | 14 | 15 | 477 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11000100 | 0 | 100111 | 1100 | 1101 | 100111111 | 111010 | 1000110 |
Color Harmonies of #DF88C4
Complementary color
Monochromatic Colors of #DF88C4
Black with #DF88C4
Text Example
Text Example
White with #DF88C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88C4; }
p { color: rgb(223,136,196); }
H1.HeaderClassName
{
color: #DF88C4;
}
.AnyTagClassName
{
color: #DF88C4;
}
</style>
background-color css
<style>
a { background-color: #DF88C4; }
a { background-color: rgb(223,136,196); }
div.DivClassName
{
background-color: #DF88C4;
}
.BgClassName
{
background-color: #DF88C4;
}
</style>
border-color css
<style>
span { border-color: #DF88C4; }
span { border-color: rgb(223,136,196); }
td.TdClassName
{
border-color: #DF88C4;
}
.TagClassName
{
border-color: #DF88C4;
}
</style>