Shades of Deep Blush #DF6688
Tints of Deep Blush #DF6688
RGB
CMYK
RGB Variations
Color information
#DF6688 (or 0xDF6688) is known color: Deep Blush. HEX triplet: DF, 66 and 88. RGB value is (223,102,136). Sum of RGB (Red+Green+Blue) = 223+102+136=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6688 is #209977. Grayscale: #8E8E8E. Windows color (decimal): -2136440 or 8939231. OLE color: 8939231.
HSL color Cylindrical-coordinate representation of color #DF6688: hue angle of 343.14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6688 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 136 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.13 |
| HSL | 343.14º | 0.65% | 0.64% | - |
| HSV(B) | 343.14º | 0.54% | 0.87% | - |
| XYZ | 39.63 | 26.97 | 26.41 | - |
| YUV | 142.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 136 | 0 | 0.54 | 0.39 | 0.13 | 343.14 | 0.65 | 0.64 |
| Hex | DF | 66 | 88 | 0 | 36 | 27 | D | 157 | 41 | 40 |
| Octal | 337 | 146 | 210 | 0 | 66 | 47 | 15 | 527 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10001000 | 0 | 110110 | 100111 | 1101 | 101010111 | 1000001 | 1000000 |
Color Harmonies of #DF6688
Complementary color
Monochromatic Colors of #DF6688
Black with #DF6688
Text Example
Text Example
White with #DF6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6688; }
p { color: rgb(223,102,136); }
H1.HeaderClassName
{
color: #DF6688;
}
.AnyTagClassName
{
color: #DF6688;
}
</style>
background-color css
<style>
a { background-color: #DF6688; }
a { background-color: rgb(223,102,136); }
div.DivClassName
{
background-color: #DF6688;
}
.BgClassName
{
background-color: #DF6688;
}
</style>
border-color css
<style>
span { border-color: #DF6688; }
span { border-color: rgb(223,102,136); }
td.TdClassName
{
border-color: #DF6688;
}
.TagClassName
{
border-color: #DF6688;
}
</style>