Shades of Deep Blush #DC638A
Tints of Deep Blush #DC638A
RGB
CMYK
RGB Variations
Color information
#DC638A (or 0xDC638A) is known color: Deep Blush. HEX triplet: DC, 63 and 8A. RGB value is (220,99,138). Sum of RGB (Red+Green+Blue) = 220+99+138=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC638A is #239C75. Grayscale: #8B8B8B. Windows color (decimal): -2333814 or 9069532. OLE color: 9069532.
HSL color Cylindrical-coordinate representation of color #DC638A: hue angle of 340.66º 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 #DC638A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 340.66º | 0.63% | 0.63% | - |
| HSV(B) | 340.66º | 0.55% | 0.86% | - |
| XYZ | 38.56 | 25.97 | 27.03 | - |
| YUV | 139.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 138 | 0 | 0.55 | 0.37 | 0.14 | 340.66 | 0.63 | 0.63 |
| Hex | DC | 63 | 8A | 0 | 37 | 25 | E | 155 | 3F | 3F |
| Octal | 334 | 143 | 212 | 0 | 67 | 45 | 16 | 525 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10001010 | 0 | 110111 | 100101 | 1110 | 101010101 | 111111 | 111111 |
Color Harmonies of #DC638A
Complementary color
Monochromatic Colors of #DC638A
Black with #DC638A
Text Example
Text Example
White with #DC638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC638A; }
p { color: rgb(220,99,138); }
H1.HeaderClassName
{
color: #DC638A;
}
.AnyTagClassName
{
color: #DC638A;
}
</style>
background-color css
<style>
a { background-color: #DC638A; }
a { background-color: rgb(220,99,138); }
div.DivClassName
{
background-color: #DC638A;
}
.BgClassName
{
background-color: #DC638A;
}
</style>
border-color css
<style>
span { border-color: #DC638A; }
span { border-color: rgb(220,99,138); }
td.TdClassName
{
border-color: #DC638A;
}
.TagClassName
{
border-color: #DC638A;
}
</style>