Shades of Deep Blush #DD758B
Tints of Deep Blush #DD758B
RGB
CMYK
RGB Variations
Color information
#DD758B (or 0xDD758B) is known color: Deep Blush. HEX triplet: DD, 75 and 8B. RGB value is (221,117,139). Sum of RGB (Red+Green+Blue) = 221+117+139=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD758B is #228A74. Grayscale: #969696. Windows color (decimal): -2263669 or 9139677. OLE color: 9139677.
HSL color Cylindrical-coordinate representation of color #DD758B: hue angle of 347.31º 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 #DD758B is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 139 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.13 |
| HSL | 347.31º | 0.6% | 0.66% | - |
| HSV(B) | 347.31º | 0.47% | 0.87% | - |
| XYZ | 40.84 | 29.96 | 28.06 | - |
| YUV | 150.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 139 | 0 | 0.47 | 0.37 | 0.13 | 347.31 | 0.6 | 0.66 |
| Hex | DD | 75 | 8B | 0 | 2F | 25 | D | 15B | 3C | 42 |
| Octal | 335 | 165 | 213 | 0 | 57 | 45 | 15 | 533 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10001011 | 0 | 101111 | 100101 | 1101 | 101011011 | 111100 | 1000010 |
Color Harmonies of #DD758B
Complementary color
Monochromatic Colors of #DD758B
Black with #DD758B
Text Example
Text Example
White with #DD758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD758B; }
p { color: rgb(221,117,139); }
H1.HeaderClassName
{
color: #DD758B;
}
.AnyTagClassName
{
color: #DD758B;
}
</style>
background-color css
<style>
a { background-color: #DD758B; }
a { background-color: rgb(221,117,139); }
div.DivClassName
{
background-color: #DD758B;
}
.BgClassName
{
background-color: #DD758B;
}
</style>
border-color css
<style>
span { border-color: #DD758B; }
span { border-color: rgb(221,117,139); }
td.TdClassName
{
border-color: #DD758B;
}
.TagClassName
{
border-color: #DD758B;
}
</style>