Shades of Deep Blush #DC768E
Tints of Deep Blush #DC768E
RGB
CMYK
RGB Variations
Color information
#DC768E (or 0xDC768E) is known color: Deep Blush. HEX triplet: DC, 76 and 8E. RGB value is (220,118,142). Sum of RGB (Red+Green+Blue) = 220+118+142=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC768E is #238971. Grayscale: #979797. Windows color (decimal): -2328946 or 9336540. OLE color: 9336540.
HSL color Cylindrical-coordinate representation of color #DC768E: hue angle of 345.88º 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 #DC768E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 142 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 345.88º | 0.59% | 0.66% | - |
| HSV(B) | 345.88º | 0.46% | 0.86% | - |
| XYZ | 40.88 | 30.13 | 29.25 | - |
| YUV | 151.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 142 | 0 | 0.46 | 0.35 | 0.14 | 345.88 | 0.59 | 0.66 |
| Hex | DC | 76 | 8E | 0 | 2E | 23 | E | 15A | 3B | 42 |
| Octal | 334 | 166 | 216 | 0 | 56 | 43 | 16 | 532 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10001110 | 0 | 101110 | 100011 | 1110 | 101011010 | 111011 | 1000010 |
Color Harmonies of #DC768E
Complementary color
Monochromatic Colors of #DC768E
Black with #DC768E
Text Example
Text Example
White with #DC768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC768E; }
p { color: rgb(220,118,142); }
H1.HeaderClassName
{
color: #DC768E;
}
.AnyTagClassName
{
color: #DC768E;
}
</style>
background-color css
<style>
a { background-color: #DC768E; }
a { background-color: rgb(220,118,142); }
div.DivClassName
{
background-color: #DC768E;
}
.BgClassName
{
background-color: #DC768E;
}
</style>
border-color css
<style>
span { border-color: #DC768E; }
span { border-color: rgb(220,118,142); }
td.TdClassName
{
border-color: #DC768E;
}
.TagClassName
{
border-color: #DC768E;
}
</style>