Shades of Deep Blush #DC748A
Tints of Deep Blush #DC748A
RGB
CMYK
RGB Variations
Color information
#DC748A (or 0xDC748A) is known color: Deep Blush. HEX triplet: DC, 74 and 8A. RGB value is (220,116,138). Sum of RGB (Red+Green+Blue) = 220+116+138=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC748A is #238B75. Grayscale: #959595. Windows color (decimal): -2329462 or 9073884. OLE color: 9073884.
HSL color Cylindrical-coordinate representation of color #DC748A: hue angle of 347.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC748A is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 138 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.14 |
| HSL | 347.31º | 0.6% | 0.66% | - |
| HSV(B) | 347.31º | 0.47% | 0.86% | - |
| XYZ | 40.35 | 29.54 | 27.62 | - |
| YUV | 149.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 138 | 0 | 0.47 | 0.37 | 0.14 | 347.31 | 0.6 | 0.66 |
| Hex | DC | 74 | 8A | 0 | 2F | 25 | E | 15B | 3C | 42 |
| Octal | 334 | 164 | 212 | 0 | 57 | 45 | 16 | 533 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10001010 | 0 | 101111 | 100101 | 1110 | 101011011 | 111100 | 1000010 |
Color Harmonies of #DC748A
Complementary color
Monochromatic Colors of #DC748A
Black with #DC748A
Text Example
Text Example
White with #DC748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC748A; }
p { color: rgb(220,116,138); }
H1.HeaderClassName
{
color: #DC748A;
}
.AnyTagClassName
{
color: #DC748A;
}
</style>
background-color css
<style>
a { background-color: #DC748A; }
a { background-color: rgb(220,116,138); }
div.DivClassName
{
background-color: #DC748A;
}
.BgClassName
{
background-color: #DC748A;
}
</style>
border-color css
<style>
span { border-color: #DC748A; }
span { border-color: rgb(220,116,138); }
td.TdClassName
{
border-color: #DC748A;
}
.TagClassName
{
border-color: #DC748A;
}
</style>