Shades of Deep Blush #DC718C
Tints of Deep Blush #DC718C
RGB
CMYK
RGB Variations
Color information
#DC718C (or 0xDC718C) is known color: Deep Blush. HEX triplet: DC, 71 and 8C. RGB value is (220,113,140). Sum of RGB (Red+Green+Blue) = 220+113+140=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC718C is #238E73. Grayscale: #949494. Windows color (decimal): -2330228 or 9204188. OLE color: 9204188.
HSL color Cylindrical-coordinate representation of color #DC718C: hue angle of 344.86º 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 #DC718C is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 140 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.14 |
| HSL | 344.86º | 0.6% | 0.65% | - |
| HSV(B) | 344.86º | 0.49% | 0.86% | - |
| XYZ | 40.15 | 28.92 | 28.28 | - |
| YUV | 148.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 140 | 0 | 0.49 | 0.36 | 0.14 | 344.86 | 0.6 | 0.65 |
| Hex | DC | 71 | 8C | 0 | 31 | 24 | E | 159 | 3C | 41 |
| Octal | 334 | 161 | 214 | 0 | 61 | 44 | 16 | 531 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10001100 | 0 | 110001 | 100100 | 1110 | 101011001 | 111100 | 1000001 |
Color Harmonies of #DC718C
Complementary color
Monochromatic Colors of #DC718C
Black with #DC718C
Text Example
Text Example
White with #DC718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC718C; }
p { color: rgb(220,113,140); }
H1.HeaderClassName
{
color: #DC718C;
}
.AnyTagClassName
{
color: #DC718C;
}
</style>
background-color css
<style>
a { background-color: #DC718C; }
a { background-color: rgb(220,113,140); }
div.DivClassName
{
background-color: #DC718C;
}
.BgClassName
{
background-color: #DC718C;
}
</style>
border-color css
<style>
span { border-color: #DC718C; }
span { border-color: rgb(220,113,140); }
td.TdClassName
{
border-color: #DC718C;
}
.TagClassName
{
border-color: #DC718C;
}
</style>