Shades of Deep Blush #DC768B
Tints of Deep Blush #DC768B
RGB
CMYK
RGB Variations
Color information
#DC768B (or 0xDC768B) is known color: Deep Blush. HEX triplet: DC, 76 and 8B. RGB value is (220,118,139). Sum of RGB (Red+Green+Blue) = 220+118+139=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC768B is #238974. Grayscale: #969696. Windows color (decimal): -2328949 or 9139932. OLE color: 9139932.
HSL color Cylindrical-coordinate representation of color #DC768B: hue angle of 347.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC768B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 139 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.14 |
| HSL | 347.65º | 0.59% | 0.66% | - |
| HSV(B) | 347.65º | 0.46% | 0.86% | - |
| XYZ | 40.65 | 30.04 | 28.08 | - |
| YUV | 150.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 139 | 0 | 0.46 | 0.37 | 0.14 | 347.65 | 0.59 | 0.66 |
| Hex | DC | 76 | 8B | 0 | 2E | 25 | E | 15C | 3B | 42 |
| Octal | 334 | 166 | 213 | 0 | 56 | 45 | 16 | 534 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10001011 | 0 | 101110 | 100101 | 1110 | 101011100 | 111011 | 1000010 |
Color Harmonies of #DC768B
Complementary color
Monochromatic Colors of #DC768B
Black with #DC768B
Text Example
Text Example
White with #DC768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC768B; }
p { color: rgb(220,118,139); }
H1.HeaderClassName
{
color: #DC768B;
}
.AnyTagClassName
{
color: #DC768B;
}
</style>
background-color css
<style>
a { background-color: #DC768B; }
a { background-color: rgb(220,118,139); }
div.DivClassName
{
background-color: #DC768B;
}
.BgClassName
{
background-color: #DC768B;
}
</style>
border-color css
<style>
span { border-color: #DC768B; }
span { border-color: rgb(220,118,139); }
td.TdClassName
{
border-color: #DC768B;
}
.TagClassName
{
border-color: #DC768B;
}
</style>