Shades of Deep Blush #DF6689
Tints of Deep Blush #DF6689
RGB
CMYK
RGB Variations
Color information
#DF6689 (or 0xDF6689) is known color: Deep Blush. HEX triplet: DF, 66 and 89. RGB value is (223,102,137). Sum of RGB (Red+Green+Blue) = 223+102+137=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6689 is #209976. Grayscale: #8E8E8E. Windows color (decimal): -2136439 or 9004767. OLE color: 9004767.
HSL color Cylindrical-coordinate representation of color #DF6689: hue angle of 342.64º 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 #DF6689 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 137 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.13 |
| HSL | 342.64º | 0.65% | 0.64% | - |
| HSV(B) | 342.64º | 0.54% | 0.87% | - |
| XYZ | 39.7 | 27 | 26.79 | - |
| YUV | 142.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 137 | 0 | 0.54 | 0.39 | 0.13 | 342.64 | 0.65 | 0.64 |
| Hex | DF | 66 | 89 | 0 | 36 | 27 | D | 157 | 41 | 40 |
| Octal | 337 | 146 | 211 | 0 | 66 | 47 | 15 | 527 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10001001 | 0 | 110110 | 100111 | 1101 | 101010111 | 1000001 | 1000000 |
Color Harmonies of #DF6689
Complementary color
Monochromatic Colors of #DF6689
Black with #DF6689
Text Example
Text Example
White with #DF6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6689; }
p { color: rgb(223,102,137); }
H1.HeaderClassName
{
color: #DF6689;
}
.AnyTagClassName
{
color: #DF6689;
}
</style>
background-color css
<style>
a { background-color: #DF6689; }
a { background-color: rgb(223,102,137); }
div.DivClassName
{
background-color: #DF6689;
}
.BgClassName
{
background-color: #DF6689;
}
</style>
border-color css
<style>
span { border-color: #DF6689; }
span { border-color: rgb(223,102,137); }
td.TdClassName
{
border-color: #DF6689;
}
.TagClassName
{
border-color: #DF6689;
}
</style>