Shades of Deep Blush #DF7684
Tints of Deep Blush #DF7684
RGB
CMYK
RGB Variations
Color information
#DF7684 (or 0xDF7684) is known color: Deep Blush. HEX triplet: DF, 76 and 84. RGB value is (223,118,132). Sum of RGB (Red+Green+Blue) = 223+118+132=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7684 is #20897B. Grayscale: #979797. Windows color (decimal): -2132348 or 8681183. OLE color: 8681183.
HSL color Cylindrical-coordinate representation of color #DF7684: hue angle of 352º 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 #DF7684 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 132 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.13 |
| HSL | 352º | 0.62% | 0.67% | - |
| HSV(B) | 352º | 0.47% | 0.87% | - |
| XYZ | 41.07 | 30.31 | 25.52 | - |
| YUV | 150.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 132 | 0 | 0.47 | 0.41 | 0.13 | 352 | 0.62 | 0.67 |
| Hex | DF | 76 | 84 | 0 | 2F | 29 | D | 160 | 3E | 43 |
| Octal | 337 | 166 | 204 | 0 | 57 | 51 | 15 | 540 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10000100 | 0 | 101111 | 101001 | 1101 | 101100000 | 111110 | 1000011 |
Color Harmonies of #DF7684
Complementary color
Monochromatic Colors of #DF7684
Black with #DF7684
Text Example
Text Example
White with #DF7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7684; }
p { color: rgb(223,118,132); }
H1.HeaderClassName
{
color: #DF7684;
}
.AnyTagClassName
{
color: #DF7684;
}
</style>
background-color css
<style>
a { background-color: #DF7684; }
a { background-color: rgb(223,118,132); }
div.DivClassName
{
background-color: #DF7684;
}
.BgClassName
{
background-color: #DF7684;
}
</style>
border-color css
<style>
span { border-color: #DF7684; }
span { border-color: rgb(223,118,132); }
td.TdClassName
{
border-color: #DF7684;
}
.TagClassName
{
border-color: #DF7684;
}
</style>