Shades of Deep Blush #DC738B
Tints of Deep Blush #DC738B
RGB
CMYK
RGB Variations
Color information
#DC738B (or 0xDC738B) is known color: Deep Blush. HEX triplet: DC, 73 and 8B. RGB value is (220,115,139). Sum of RGB (Red+Green+Blue) = 220+115+139=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC738B is #238C74. Grayscale: #959595. Windows color (decimal): -2329717 or 9139164. OLE color: 9139164.
HSL color Cylindrical-coordinate representation of color #DC738B: hue angle of 346.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC738B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 139 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.14 |
| HSL | 346.29º | 0.6% | 0.66% | - |
| HSV(B) | 346.29º | 0.48% | 0.86% | - |
| XYZ | 40.31 | 29.34 | 27.97 | - |
| YUV | 149.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 139 | 0 | 0.48 | 0.37 | 0.14 | 346.29 | 0.6 | 0.66 |
| Hex | DC | 73 | 8B | 0 | 30 | 25 | E | 15A | 3C | 42 |
| Octal | 334 | 163 | 213 | 0 | 60 | 45 | 16 | 532 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10001011 | 0 | 110000 | 100101 | 1110 | 101011010 | 111100 | 1000010 |
Color Harmonies of #DC738B
Complementary color
Monochromatic Colors of #DC738B
Black with #DC738B
Text Example
Text Example
White with #DC738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC738B; }
p { color: rgb(220,115,139); }
H1.HeaderClassName
{
color: #DC738B;
}
.AnyTagClassName
{
color: #DC738B;
}
</style>
background-color css
<style>
a { background-color: #DC738B; }
a { background-color: rgb(220,115,139); }
div.DivClassName
{
background-color: #DC738B;
}
.BgClassName
{
background-color: #DC738B;
}
</style>
border-color css
<style>
span { border-color: #DC738B; }
span { border-color: rgb(220,115,139); }
td.TdClassName
{
border-color: #DC738B;
}
.TagClassName
{
border-color: #DC738B;
}
</style>