Shades of Deep Blush #DC718D
Tints of Deep Blush #DC718D
RGB
CMYK
RGB Variations
Color information
#DC718D (or 0xDC718D) is known color: Deep Blush. HEX triplet: DC, 71 and 8D. RGB value is (220,113,141). Sum of RGB (Red+Green+Blue) = 220+113+141=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC718D is #238E72. Grayscale: #949494. Windows color (decimal): -2330227 or 9269724. OLE color: 9269724.
HSL color Cylindrical-coordinate representation of color #DC718D: hue angle of 344.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC718D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 141 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.14 |
| HSL | 344.3º | 0.6% | 0.65% | - |
| HSV(B) | 344.3º | 0.49% | 0.86% | - |
| XYZ | 40.23 | 28.95 | 28.67 | - |
| YUV | 148.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 141 | 0 | 0.49 | 0.36 | 0.14 | 344.3 | 0.6 | 0.65 |
| Hex | DC | 71 | 8D | 0 | 31 | 24 | E | 158 | 3C | 41 |
| Octal | 334 | 161 | 215 | 0 | 61 | 44 | 16 | 530 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10001101 | 0 | 110001 | 100100 | 1110 | 101011000 | 111100 | 1000001 |
Color Harmonies of #DC718D
Complementary color
Monochromatic Colors of #DC718D
Black with #DC718D
Text Example
Text Example
White with #DC718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC718D; }
p { color: rgb(220,113,141); }
H1.HeaderClassName
{
color: #DC718D;
}
.AnyTagClassName
{
color: #DC718D;
}
</style>
background-color css
<style>
a { background-color: #DC718D; }
a { background-color: rgb(220,113,141); }
div.DivClassName
{
background-color: #DC718D;
}
.BgClassName
{
background-color: #DC718D;
}
</style>
border-color css
<style>
span { border-color: #DC718D; }
span { border-color: rgb(220,113,141); }
td.TdClassName
{
border-color: #DC718D;
}
.TagClassName
{
border-color: #DC718D;
}
</style>