Shades of Deep Blush #DC758D
Tints of Deep Blush #DC758D
RGB
CMYK
RGB Variations
Color information
#DC758D (or 0xDC758D) is known color: Deep Blush. HEX triplet: DC, 75 and 8D. RGB value is (220,117,141). Sum of RGB (Red+Green+Blue) = 220+117+141=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC758D is #238A72. Grayscale: #969696. Windows color (decimal): -2329203 or 9270748. OLE color: 9270748.
HSL color Cylindrical-coordinate representation of color #DC758D: hue angle of 346.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC758D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 141 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.14 |
| HSL | 346.02º | 0.6% | 0.66% | - |
| HSV(B) | 346.02º | 0.47% | 0.86% | - |
| XYZ | 40.68 | 29.86 | 28.82 | - |
| YUV | 150.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 141 | 0 | 0.47 | 0.36 | 0.14 | 346.02 | 0.6 | 0.66 |
| Hex | DC | 75 | 8D | 0 | 2F | 24 | E | 15A | 3C | 42 |
| Octal | 334 | 165 | 215 | 0 | 57 | 44 | 16 | 532 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10001101 | 0 | 101111 | 100100 | 1110 | 101011010 | 111100 | 1000010 |
Color Harmonies of #DC758D
Complementary color
Monochromatic Colors of #DC758D
Black with #DC758D
Text Example
Text Example
White with #DC758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC758D; }
p { color: rgb(220,117,141); }
H1.HeaderClassName
{
color: #DC758D;
}
.AnyTagClassName
{
color: #DC758D;
}
</style>
background-color css
<style>
a { background-color: #DC758D; }
a { background-color: rgb(220,117,141); }
div.DivClassName
{
background-color: #DC758D;
}
.BgClassName
{
background-color: #DC758D;
}
</style>
border-color css
<style>
span { border-color: #DC758D; }
span { border-color: rgb(220,117,141); }
td.TdClassName
{
border-color: #DC758D;
}
.TagClassName
{
border-color: #DC758D;
}
</style>