Shades of Deep Blush #DC758E
Tints of Deep Blush #DC758E
RGB
CMYK
RGB Variations
Color information
#DC758E (or 0xDC758E) is known color: Deep Blush. HEX triplet: DC, 75 and 8E. RGB value is (220,117,142). Sum of RGB (Red+Green+Blue) = 220+117+142=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC758E is #238A71. Grayscale: #969696. Windows color (decimal): -2329202 or 9336284. OLE color: 9336284.
HSL color Cylindrical-coordinate representation of color #DC758E: hue angle of 345.44º 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 #DC758E is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 142 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 345.44º | 0.6% | 0.66% | - |
| HSV(B) | 345.44º | 0.47% | 0.86% | - |
| XYZ | 40.76 | 29.89 | 29.21 | - |
| YUV | 150.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 142 | 0 | 0.47 | 0.35 | 0.14 | 345.44 | 0.6 | 0.66 |
| Hex | DC | 75 | 8E | 0 | 2F | 23 | E | 159 | 3C | 42 |
| Octal | 334 | 165 | 216 | 0 | 57 | 43 | 16 | 531 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10001110 | 0 | 101111 | 100011 | 1110 | 101011001 | 111100 | 1000010 |
Color Harmonies of #DC758E
Complementary color
Monochromatic Colors of #DC758E
Black with #DC758E
Text Example
Text Example
White with #DC758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC758E; }
p { color: rgb(220,117,142); }
H1.HeaderClassName
{
color: #DC758E;
}
.AnyTagClassName
{
color: #DC758E;
}
</style>
background-color css
<style>
a { background-color: #DC758E; }
a { background-color: rgb(220,117,142); }
div.DivClassName
{
background-color: #DC758E;
}
.BgClassName
{
background-color: #DC758E;
}
</style>
border-color css
<style>
span { border-color: #DC758E; }
span { border-color: rgb(220,117,142); }
td.TdClassName
{
border-color: #DC758E;
}
.TagClassName
{
border-color: #DC758E;
}
</style>