Shades of Shocking #DF88BD
Tints of Shocking #DF88BD
RGB
CMYK
RGB Variations
Color information
#DF88BD (or 0xDF88BD) is known color: Shocking. HEX triplet: DF, 88 and BD. RGB value is (223,136,189). Sum of RGB (Red+Green+Blue) = 223+136+189=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88BD is #207742. Grayscale: #A7A7A7. Windows color (decimal): -2127683 or 12421343. OLE color: 12421343.
HSL color Cylindrical-coordinate representation of color #DF88BD: hue angle of 323.45º 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 #DF88BD is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 189 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.13 |
| HSL | 323.45º | 0.58% | 0.7% | - |
| HSV(B) | 323.45º | 0.39% | 0.87% | - |
| XYZ | 48.42 | 36.97 | 52.73 | - |
| YUV | 168.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 189 | 0 | 0.39 | 0.15 | 0.13 | 323.45 | 0.58 | 0.7 |
| Hex | DF | 88 | BD | 0 | 27 | F | D | 143 | 3A | 46 |
| Octal | 337 | 210 | 275 | 0 | 47 | 17 | 15 | 503 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10111101 | 0 | 100111 | 1111 | 1101 | 101000011 | 111010 | 1000110 |
Color Harmonies of #DF88BD
Complementary color
Monochromatic Colors of #DF88BD
Black with #DF88BD
Text Example
Text Example
White with #DF88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88BD; }
p { color: rgb(223,136,189); }
H1.HeaderClassName
{
color: #DF88BD;
}
.AnyTagClassName
{
color: #DF88BD;
}
</style>
background-color css
<style>
a { background-color: #DF88BD; }
a { background-color: rgb(223,136,189); }
div.DivClassName
{
background-color: #DF88BD;
}
.BgClassName
{
background-color: #DF88BD;
}
</style>
border-color css
<style>
span { border-color: #DF88BD; }
span { border-color: rgb(223,136,189); }
td.TdClassName
{
border-color: #DF88BD;
}
.TagClassName
{
border-color: #DF88BD;
}
</style>