Shades of Deep Blush #DD758E
Tints of Deep Blush #DD758E
RGB
CMYK
RGB Variations
Color information
#DD758E (or 0xDD758E) is known color: Deep Blush. HEX triplet: DD, 75 and 8E. RGB value is (221,117,142). Sum of RGB (Red+Green+Blue) = 221+117+142=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD758E is #228A71. Grayscale: #969696. Windows color (decimal): -2263666 or 9336285. OLE color: 9336285.
HSL color Cylindrical-coordinate representation of color #DD758E: hue angle of 345.58º 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 #DD758E is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 142 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.13 |
| HSL | 345.58º | 0.6% | 0.66% | - |
| HSV(B) | 345.58º | 0.47% | 0.87% | - |
| XYZ | 41.06 | 30.05 | 29.23 | - |
| YUV | 150.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 142 | 0 | 0.47 | 0.36 | 0.13 | 345.58 | 0.6 | 0.66 |
| Hex | DD | 75 | 8E | 0 | 2F | 24 | D | 15A | 3C | 42 |
| Octal | 335 | 165 | 216 | 0 | 57 | 44 | 15 | 532 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10001110 | 0 | 101111 | 100100 | 1101 | 101011010 | 111100 | 1000010 |
Color Harmonies of #DD758E
Complementary color
Monochromatic Colors of #DD758E
Black with #DD758E
Text Example
Text Example
White with #DD758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD758E; }
p { color: rgb(221,117,142); }
H1.HeaderClassName
{
color: #DD758E;
}
.AnyTagClassName
{
color: #DD758E;
}
</style>
background-color css
<style>
a { background-color: #DD758E; }
a { background-color: rgb(221,117,142); }
div.DivClassName
{
background-color: #DD758E;
}
.BgClassName
{
background-color: #DD758E;
}
</style>
border-color css
<style>
span { border-color: #DD758E; }
span { border-color: rgb(221,117,142); }
td.TdClassName
{
border-color: #DD758E;
}
.TagClassName
{
border-color: #DD758E;
}
</style>