Shades of Deep Blush #DF7688
Tints of Deep Blush #DF7688
RGB
CMYK
RGB Variations
Color information
#DF7688 (or 0xDF7688) is known color: Deep Blush. HEX triplet: DF, 76 and 88. RGB value is (223,118,136). Sum of RGB (Red+Green+Blue) = 223+118+136=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7688 is #208977. Grayscale: #979797. Windows color (decimal): -2132344 or 8943327. OLE color: 8943327.
HSL color Cylindrical-coordinate representation of color #DF7688: hue angle of 349.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7688 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 136 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.13 |
| HSL | 349.71º | 0.62% | 0.67% | - |
| HSV(B) | 349.71º | 0.47% | 0.87% | - |
| XYZ | 41.35 | 30.42 | 26.99 | - |
| YUV | 151.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 136 | 0 | 0.47 | 0.39 | 0.13 | 349.71 | 0.62 | 0.67 |
| Hex | DF | 76 | 88 | 0 | 2F | 27 | D | 15E | 3E | 43 |
| Octal | 337 | 166 | 210 | 0 | 57 | 47 | 15 | 536 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10001000 | 0 | 101111 | 100111 | 1101 | 101011110 | 111110 | 1000011 |
Color Harmonies of #DF7688
Complementary color
Monochromatic Colors of #DF7688
Black with #DF7688
Text Example
Text Example
White with #DF7688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7688; }
p { color: rgb(223,118,136); }
H1.HeaderClassName
{
color: #DF7688;
}
.AnyTagClassName
{
color: #DF7688;
}
</style>
background-color css
<style>
a { background-color: #DF7688; }
a { background-color: rgb(223,118,136); }
div.DivClassName
{
background-color: #DF7688;
}
.BgClassName
{
background-color: #DF7688;
}
</style>
border-color css
<style>
span { border-color: #DF7688; }
span { border-color: rgb(223,118,136); }
td.TdClassName
{
border-color: #DF7688;
}
.TagClassName
{
border-color: #DF7688;
}
</style>