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