Shades of Deep Blush #DD7685
Tints of Deep Blush #DD7685
RGB
CMYK
RGB Variations
Color information
#DD7685 (or 0xDD7685) is known color: Deep Blush. HEX triplet: DD, 76 and 85. RGB value is (221,118,133). Sum of RGB (Red+Green+Blue) = 221+118+133=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7685 is #22897A. Grayscale: #969696. Windows color (decimal): -2263419 or 8746717. OLE color: 8746717.
HSL color Cylindrical-coordinate representation of color #DD7685: hue angle of 351.26º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7685 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 133 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.13 |
| HSL | 351.26º | 0.6% | 0.66% | - |
| HSV(B) | 351.26º | 0.47% | 0.87% | - |
| XYZ | 40.53 | 30.02 | 25.85 | - |
| YUV | 150.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 133 | 0 | 0.47 | 0.40 | 0.13 | 351.26 | 0.6 | 0.66 |
| Hex | DD | 76 | 85 | 0 | 2F | 28 | D | 15F | 3C | 42 |
| Octal | 335 | 166 | 205 | 0 | 57 | 50 | 15 | 537 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10000101 | 0 | 101111 | 101000 | 1101 | 101011111 | 111100 | 1000010 |
Color Harmonies of #DD7685
Complementary color
Monochromatic Colors of #DD7685
Black with #DD7685
Text Example
Text Example
White with #DD7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7685; }
p { color: rgb(221,118,133); }
H1.HeaderClassName
{
color: #DD7685;
}
.AnyTagClassName
{
color: #DD7685;
}
</style>
background-color css
<style>
a { background-color: #DD7685; }
a { background-color: rgb(221,118,133); }
div.DivClassName
{
background-color: #DD7685;
}
.BgClassName
{
background-color: #DD7685;
}
</style>
border-color css
<style>
span { border-color: #DD7685; }
span { border-color: rgb(221,118,133); }
td.TdClassName
{
border-color: #DD7685;
}
.TagClassName
{
border-color: #DD7685;
}
</style>