Shades of Deep Blush #DC647E
Tints of Deep Blush #DC647E
RGB
CMYK
RGB Variations
Color information
#DC647E (or 0xDC647E) is known color: Deep Blush. HEX triplet: DC, 64 and 7E. RGB value is (220,100,126). Sum of RGB (Red+Green+Blue) = 220+100+126=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC647E is #239B81. Grayscale: #8A8A8A. Windows color (decimal): -2333570 or 8283356. OLE color: 8283356.
HSL color Cylindrical-coordinate representation of color #DC647E: hue angle of 347º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC647E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 126 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.14 |
| HSL | 347º | 0.63% | 0.63% | - |
| HSV(B) | 347º | 0.55% | 0.86% | - |
| XYZ | 37.84 | 25.84 | 22.73 | - |
| YUV | 138.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 126 | 0 | 0.55 | 0.43 | 0.14 | 347 | 0.63 | 0.63 |
| Hex | DC | 64 | 7E | 0 | 37 | 2B | E | 15B | 3F | 3F |
| Octal | 334 | 144 | 176 | 0 | 67 | 53 | 16 | 533 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1111110 | 0 | 110111 | 101011 | 1110 | 101011011 | 111111 | 111111 |
Color Harmonies of #DC647E
Complementary color
Monochromatic Colors of #DC647E
Black with #DC647E
Text Example
Text Example
White with #DC647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC647E; }
p { color: rgb(220,100,126); }
H1.HeaderClassName
{
color: #DC647E;
}
.AnyTagClassName
{
color: #DC647E;
}
</style>
background-color css
<style>
a { background-color: #DC647E; }
a { background-color: rgb(220,100,126); }
div.DivClassName
{
background-color: #DC647E;
}
.BgClassName
{
background-color: #DC647E;
}
</style>
border-color css
<style>
span { border-color: #DC647E; }
span { border-color: rgb(220,100,126); }
td.TdClassName
{
border-color: #DC647E;
}
.TagClassName
{
border-color: #DC647E;
}
</style>