Shades of Deep Blush #DC738C
Tints of Deep Blush #DC738C
RGB
CMYK
RGB Variations
Color information
#DC738C (or 0xDC738C) is known color: Deep Blush. HEX triplet: DC, 73 and 8C. RGB value is (220,115,140). Sum of RGB (Red+Green+Blue) = 220+115+140=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC738C is #238C73. Grayscale: #959595. Windows color (decimal): -2329716 or 9204700. OLE color: 9204700.
HSL color Cylindrical-coordinate representation of color #DC738C: hue angle of 345.71º 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 #DC738C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 140 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.14 |
| HSL | 345.71º | 0.6% | 0.66% | - |
| HSV(B) | 345.71º | 0.48% | 0.86% | - |
| XYZ | 40.38 | 29.37 | 28.35 | - |
| YUV | 149.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 140 | 0 | 0.48 | 0.36 | 0.14 | 345.71 | 0.6 | 0.66 |
| Hex | DC | 73 | 8C | 0 | 30 | 24 | E | 15A | 3C | 42 |
| Octal | 334 | 163 | 214 | 0 | 60 | 44 | 16 | 532 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10001100 | 0 | 110000 | 100100 | 1110 | 101011010 | 111100 | 1000010 |
Color Harmonies of #DC738C
Complementary color
Monochromatic Colors of #DC738C
Black with #DC738C
Text Example
Text Example
White with #DC738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC738C; }
p { color: rgb(220,115,140); }
H1.HeaderClassName
{
color: #DC738C;
}
.AnyTagClassName
{
color: #DC738C;
}
</style>
background-color css
<style>
a { background-color: #DC738C; }
a { background-color: rgb(220,115,140); }
div.DivClassName
{
background-color: #DC738C;
}
.BgClassName
{
background-color: #DC738C;
}
</style>
border-color css
<style>
span { border-color: #DC738C; }
span { border-color: rgb(220,115,140); }
td.TdClassName
{
border-color: #DC738C;
}
.TagClassName
{
border-color: #DC738C;
}
</style>