Shades of Shocking #DF88BE
Tints of Shocking #DF88BE
RGB
CMYK
RGB Variations
Color information
#DF88BE (or 0xDF88BE) is known color: Shocking. HEX triplet: DF, 88 and BE. RGB value is (223,136,190). Sum of RGB (Red+Green+Blue) = 223+136+190=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88BE is #207741. Grayscale: #A8A8A8. Windows color (decimal): -2127682 or 12486879. OLE color: 12486879.
HSL color Cylindrical-coordinate representation of color #DF88BE: hue angle of 322.76º 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 #DF88BE is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 190 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.13 |
| HSL | 322.76º | 0.58% | 0.7% | - |
| HSV(B) | 322.76º | 0.39% | 0.87% | - |
| XYZ | 48.53 | 37.01 | 53.3 | - |
| YUV | 168.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 190 | 0 | 0.39 | 0.15 | 0.13 | 322.76 | 0.58 | 0.7 |
| Hex | DF | 88 | BE | 0 | 27 | F | D | 143 | 3A | 46 |
| Octal | 337 | 210 | 276 | 0 | 47 | 17 | 15 | 503 | 72 | 106 |
| Binary | 11011111 | 10001000 | 10111110 | 0 | 100111 | 1111 | 1101 | 101000011 | 111010 | 1000110 |
Color Harmonies of #DF88BE
Complementary color
Monochromatic Colors of #DF88BE
Black with #DF88BE
Text Example
Text Example
White with #DF88BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88BE; }
p { color: rgb(223,136,190); }
H1.HeaderClassName
{
color: #DF88BE;
}
.AnyTagClassName
{
color: #DF88BE;
}
</style>
background-color css
<style>
a { background-color: #DF88BE; }
a { background-color: rgb(223,136,190); }
div.DivClassName
{
background-color: #DF88BE;
}
.BgClassName
{
background-color: #DF88BE;
}
</style>
border-color css
<style>
span { border-color: #DF88BE; }
span { border-color: rgb(223,136,190); }
td.TdClassName
{
border-color: #DF88BE;
}
.TagClassName
{
border-color: #DF88BE;
}
</style>