Shades of Shocking #DF88B5
Tints of Shocking #DF88B5
RGB
CMYK
RGB Variations
Color information
#DF88B5 (or 0xDF88B5) is known color: Shocking. HEX triplet: DF, 88 and B5. RGB value is (223,136,181). Sum of RGB (Red+Green+Blue) = 223+136+181=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88B5 is #20774A. Grayscale: #A7A7A7. Windows color (decimal): -2127691 or 11897055. OLE color: 11897055.
HSL color Cylindrical-coordinate representation of color #DF88B5: hue angle of 328.97º 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 #DF88B5 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 181 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.13 |
| HSL | 328.97º | 0.58% | 0.7% | - |
| HSV(B) | 328.97º | 0.39% | 0.87% | - |
| XYZ | 47.58 | 36.63 | 48.28 | - |
| YUV | 167.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 181 | 0 | 0.39 | 0.19 | 0.13 | 328.97 | 0.58 | 0.7 |
| Hex | DF | 88 | B5 | 0 | 27 | 13 | D | 149 | 3A | 46 |
| Octal | 337 | 210 | 265 | 0 | 47 | 23 | 15 | 511 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10110101 | 0 | 100111 | 10011 | 1101 | 101001001 | 111010 | 1000110 |
Color Harmonies of #DF88B5
Complementary color
Monochromatic Colors of #DF88B5
Black with #DF88B5
Text Example
Text Example
White with #DF88B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88B5; }
p { color: rgb(223,136,181); }
H1.HeaderClassName
{
color: #DF88B5;
}
.AnyTagClassName
{
color: #DF88B5;
}
</style>
background-color css
<style>
a { background-color: #DF88B5; }
a { background-color: rgb(223,136,181); }
div.DivClassName
{
background-color: #DF88B5;
}
.BgClassName
{
background-color: #DF88B5;
}
</style>
border-color css
<style>
span { border-color: #DF88B5; }
span { border-color: rgb(223,136,181); }
td.TdClassName
{
border-color: #DF88B5;
}
.TagClassName
{
border-color: #DF88B5;
}
</style>