Shades of Deep Blush #DC798F
Tints of Deep Blush #DC798F
RGB
CMYK
RGB Variations
Color information
#DC798F (or 0xDC798F) is known color: Deep Blush. HEX triplet: DC, 79 and 8F. RGB value is (220,121,143). Sum of RGB (Red+Green+Blue) = 220+121+143=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC798F is #238670. Grayscale: #999999. Windows color (decimal): -2328177 or 9402844. OLE color: 9402844.
HSL color Cylindrical-coordinate representation of color #DC798F: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC798F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 143 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.14 |
| HSL | 346.67º | 0.59% | 0.67% | - |
| HSV(B) | 346.67º | 0.45% | 0.86% | - |
| XYZ | 41.31 | 30.87 | 29.77 | - |
| YUV | 153.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 143 | 0 | 0.45 | 0.35 | 0.14 | 346.67 | 0.59 | 0.67 |
| Hex | DC | 79 | 8F | 0 | 2D | 23 | E | 15B | 3B | 43 |
| Octal | 334 | 171 | 217 | 0 | 55 | 43 | 16 | 533 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10001111 | 0 | 101101 | 100011 | 1110 | 101011011 | 111011 | 1000011 |
Color Harmonies of #DC798F
Complementary color
Monochromatic Colors of #DC798F
Black with #DC798F
Text Example
Text Example
White with #DC798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC798F; }
p { color: rgb(220,121,143); }
H1.HeaderClassName
{
color: #DC798F;
}
.AnyTagClassName
{
color: #DC798F;
}
</style>
background-color css
<style>
a { background-color: #DC798F; }
a { background-color: rgb(220,121,143); }
div.DivClassName
{
background-color: #DC798F;
}
.BgClassName
{
background-color: #DC798F;
}
</style>
border-color css
<style>
span { border-color: #DC798F; }
span { border-color: rgb(220,121,143); }
td.TdClassName
{
border-color: #DC798F;
}
.TagClassName
{
border-color: #DC798F;
}
</style>