Shades of Deep Blush #DC637F
Tints of Deep Blush #DC637F
RGB
CMYK
RGB Variations
Color information
#DC637F (or 0xDC637F) is known color: Deep Blush. HEX triplet: DC, 63 and 7F. RGB value is (220,99,127). Sum of RGB (Red+Green+Blue) = 220+99+127=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC637F is #239C80. Grayscale: #8A8A8A. Windows color (decimal): -2333825 or 8348636. OLE color: 8348636.
HSL color Cylindrical-coordinate representation of color #DC637F: hue angle of 346.12º 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 #DC637F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 127 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.14 |
| HSL | 346.12º | 0.63% | 0.63% | - |
| HSV(B) | 346.12º | 0.55% | 0.86% | - |
| XYZ | 37.81 | 25.67 | 23.04 | - |
| YUV | 138.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 127 | 0 | 0.55 | 0.42 | 0.14 | 346.12 | 0.63 | 0.63 |
| Hex | DC | 63 | 7F | 0 | 37 | 2A | E | 15A | 3F | 3F |
| Octal | 334 | 143 | 177 | 0 | 67 | 52 | 16 | 532 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1111111 | 0 | 110111 | 101010 | 1110 | 101011010 | 111111 | 111111 |
Color Harmonies of #DC637F
Complementary color
Monochromatic Colors of #DC637F
Black with #DC637F
Text Example
Text Example
White with #DC637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC637F; }
p { color: rgb(220,99,127); }
H1.HeaderClassName
{
color: #DC637F;
}
.AnyTagClassName
{
color: #DC637F;
}
</style>
background-color css
<style>
a { background-color: #DC637F; }
a { background-color: rgb(220,99,127); }
div.DivClassName
{
background-color: #DC637F;
}
.BgClassName
{
background-color: #DC637F;
}
</style>
border-color css
<style>
span { border-color: #DC637F; }
span { border-color: rgb(220,99,127); }
td.TdClassName
{
border-color: #DC637F;
}
.TagClassName
{
border-color: #DC637F;
}
</style>