Shades of Deep Blush #DC657F
Tints of Deep Blush #DC657F
RGB
CMYK
RGB Variations
Color information
#DC657F (or 0xDC657F) is known color: Deep Blush. HEX triplet: DC, 65 and 7F. RGB value is (220,101,127). Sum of RGB (Red+Green+Blue) = 220+101+127=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC657F is #239A80. Grayscale: #8B8B8B. Windows color (decimal): -2333313 or 8349148. OLE color: 8349148.
HSL color Cylindrical-coordinate representation of color #DC657F: hue angle of 346.89º 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 #DC657F is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 127 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.14 |
| HSL | 346.89º | 0.63% | 0.63% | - |
| HSV(B) | 346.89º | 0.54% | 0.86% | - |
| XYZ | 38 | 26.06 | 23.11 | - |
| YUV | 139.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 127 | 0 | 0.54 | 0.42 | 0.14 | 346.89 | 0.63 | 0.63 |
| Hex | DC | 65 | 7F | 0 | 36 | 2A | E | 15B | 3F | 3F |
| Octal | 334 | 145 | 177 | 0 | 66 | 52 | 16 | 533 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1111111 | 0 | 110110 | 101010 | 1110 | 101011011 | 111111 | 111111 |
Color Harmonies of #DC657F
Complementary color
Monochromatic Colors of #DC657F
Black with #DC657F
Text Example
Text Example
White with #DC657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC657F; }
p { color: rgb(220,101,127); }
H1.HeaderClassName
{
color: #DC657F;
}
.AnyTagClassName
{
color: #DC657F;
}
</style>
background-color css
<style>
a { background-color: #DC657F; }
a { background-color: rgb(220,101,127); }
div.DivClassName
{
background-color: #DC657F;
}
.BgClassName
{
background-color: #DC657F;
}
</style>
border-color css
<style>
span { border-color: #DC657F; }
span { border-color: rgb(220,101,127); }
td.TdClassName
{
border-color: #DC657F;
}
.TagClassName
{
border-color: #DC657F;
}
</style>