Shades of Deep Blush #DC677E
Tints of Deep Blush #DC677E
RGB
CMYK
RGB Variations
Color information
#DC677E (or 0xDC677E) is known color: Deep Blush. HEX triplet: DC, 67 and 7E. RGB value is (220,103,126). Sum of RGB (Red+Green+Blue) = 220+103+126=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC677E is #239881. Grayscale: #8C8C8C. Windows color (decimal): -2332802 or 8284124. OLE color: 8284124.
HSL color Cylindrical-coordinate representation of color #DC677E: hue angle of 348.21º 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 #DC677E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 126 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.14 |
| HSL | 348.21º | 0.63% | 0.63% | - |
| HSV(B) | 348.21º | 0.53% | 0.86% | - |
| XYZ | 38.13 | 26.42 | 22.83 | - |
| YUV | 140.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 126 | 0 | 0.53 | 0.43 | 0.14 | 348.21 | 0.63 | 0.63 |
| Hex | DC | 67 | 7E | 0 | 35 | 2B | E | 15C | 3F | 3F |
| Octal | 334 | 147 | 176 | 0 | 65 | 53 | 16 | 534 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1111110 | 0 | 110101 | 101011 | 1110 | 101011100 | 111111 | 111111 |
Color Harmonies of #DC677E
Complementary color
Monochromatic Colors of #DC677E
Black with #DC677E
Text Example
Text Example
White with #DC677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC677E; }
p { color: rgb(220,103,126); }
H1.HeaderClassName
{
color: #DC677E;
}
.AnyTagClassName
{
color: #DC677E;
}
</style>
background-color css
<style>
a { background-color: #DC677E; }
a { background-color: rgb(220,103,126); }
div.DivClassName
{
background-color: #DC677E;
}
.BgClassName
{
background-color: #DC677E;
}
</style>
border-color css
<style>
span { border-color: #DC677E; }
span { border-color: rgb(220,103,126); }
td.TdClassName
{
border-color: #DC677E;
}
.TagClassName
{
border-color: #DC677E;
}
</style>