Shades of Deep Blush #DC718A
Tints of Deep Blush #DC718A
RGB
CMYK
RGB Variations
Color information
#DC718A (or 0xDC718A) is known color: Deep Blush. HEX triplet: DC, 71 and 8A. RGB value is (220,113,138). Sum of RGB (Red+Green+Blue) = 220+113+138=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC718A is #238E75. Grayscale: #939393. Windows color (decimal): -2330230 or 9073116. OLE color: 9073116.
HSL color Cylindrical-coordinate representation of color #DC718A: hue angle of 345.98º 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 #DC718A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 138 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.14 |
| HSL | 345.98º | 0.6% | 0.65% | - |
| HSV(B) | 345.98º | 0.49% | 0.86% | - |
| XYZ | 40.01 | 28.86 | 27.51 | - |
| YUV | 147.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 138 | 0 | 0.49 | 0.37 | 0.14 | 345.98 | 0.6 | 0.65 |
| Hex | DC | 71 | 8A | 0 | 31 | 25 | E | 15A | 3C | 41 |
| Octal | 334 | 161 | 212 | 0 | 61 | 45 | 16 | 532 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10001010 | 0 | 110001 | 100101 | 1110 | 101011010 | 111100 | 1000001 |
Color Harmonies of #DC718A
Complementary color
Monochromatic Colors of #DC718A
Black with #DC718A
Text Example
Text Example
White with #DC718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC718A; }
p { color: rgb(220,113,138); }
H1.HeaderClassName
{
color: #DC718A;
}
.AnyTagClassName
{
color: #DC718A;
}
</style>
background-color css
<style>
a { background-color: #DC718A; }
a { background-color: rgb(220,113,138); }
div.DivClassName
{
background-color: #DC718A;
}
.BgClassName
{
background-color: #DC718A;
}
</style>
border-color css
<style>
span { border-color: #DC718A; }
span { border-color: rgb(220,113,138); }
td.TdClassName
{
border-color: #DC718A;
}
.TagClassName
{
border-color: #DC718A;
}
</style>