Shades of Deep Blush #DC678A
Tints of Deep Blush #DC678A
RGB
CMYK
RGB Variations
Color information
#DC678A (or 0xDC678A) is known color: Deep Blush. HEX triplet: DC, 67 and 8A. RGB value is (220,103,138). Sum of RGB (Red+Green+Blue) = 220+103+138=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC678A is #239875. Grayscale: #8D8D8D. Windows color (decimal): -2332790 or 9070556. OLE color: 9070556.
HSL color Cylindrical-coordinate representation of color #DC678A: hue angle of 342.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC678A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 138 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 342.05º | 0.63% | 0.63% | - |
| HSV(B) | 342.05º | 0.53% | 0.86% | - |
| XYZ | 38.95 | 26.75 | 27.16 | - |
| YUV | 141.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 138 | 0 | 0.53 | 0.37 | 0.14 | 342.05 | 0.63 | 0.63 |
| Hex | DC | 67 | 8A | 0 | 35 | 25 | E | 156 | 3F | 3F |
| Octal | 334 | 147 | 212 | 0 | 65 | 45 | 16 | 526 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10001010 | 0 | 110101 | 100101 | 1110 | 101010110 | 111111 | 111111 |
Color Harmonies of #DC678A
Complementary color
Monochromatic Colors of #DC678A
Black with #DC678A
Text Example
Text Example
White with #DC678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC678A; }
p { color: rgb(220,103,138); }
H1.HeaderClassName
{
color: #DC678A;
}
.AnyTagClassName
{
color: #DC678A;
}
</style>
background-color css
<style>
a { background-color: #DC678A; }
a { background-color: rgb(220,103,138); }
div.DivClassName
{
background-color: #DC678A;
}
.BgClassName
{
background-color: #DC678A;
}
</style>
border-color css
<style>
span { border-color: #DC678A; }
span { border-color: rgb(220,103,138); }
td.TdClassName
{
border-color: #DC678A;
}
.TagClassName
{
border-color: #DC678A;
}
</style>