Shades of Deep Blush #DC657E
Tints of Deep Blush #DC657E
RGB
CMYK
RGB Variations
Color information
#DC657E (or 0xDC657E) is known color: Deep Blush. HEX triplet: DC, 65 and 7E. RGB value is (220,101,126). Sum of RGB (Red+Green+Blue) = 220+101+126=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC657E is #239A81. Grayscale: #8B8B8B. Windows color (decimal): -2333314 or 8283612. OLE color: 8283612.
HSL color Cylindrical-coordinate representation of color #DC657E: hue angle of 347.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC657E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 126 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.14 |
| HSL | 347.4º | 0.63% | 0.63% | - |
| HSV(B) | 347.4º | 0.54% | 0.86% | - |
| XYZ | 37.93 | 26.03 | 22.76 | - |
| YUV | 139.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 126 | 0 | 0.54 | 0.43 | 0.14 | 347.4 | 0.63 | 0.63 |
| Hex | DC | 65 | 7E | 0 | 36 | 2B | E | 15B | 3F | 3F |
| Octal | 334 | 145 | 176 | 0 | 66 | 53 | 16 | 533 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1111110 | 0 | 110110 | 101011 | 1110 | 101011011 | 111111 | 111111 |
Color Harmonies of #DC657E
Complementary color
Monochromatic Colors of #DC657E
Black with #DC657E
Text Example
Text Example
White with #DC657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC657E; }
p { color: rgb(220,101,126); }
H1.HeaderClassName
{
color: #DC657E;
}
.AnyTagClassName
{
color: #DC657E;
}
</style>
background-color css
<style>
a { background-color: #DC657E; }
a { background-color: rgb(220,101,126); }
div.DivClassName
{
background-color: #DC657E;
}
.BgClassName
{
background-color: #DC657E;
}
</style>
border-color css
<style>
span { border-color: #DC657E; }
span { border-color: rgb(220,101,126); }
td.TdClassName
{
border-color: #DC657E;
}
.TagClassName
{
border-color: #DC657E;
}
</style>