Shades of Deep Blush #DC768A
Tints of Deep Blush #DC768A
RGB
CMYK
RGB Variations
Color information
#DC768A (or 0xDC768A) is known color: Deep Blush. HEX triplet: DC, 76 and 8A. RGB value is (220,118,138). Sum of RGB (Red+Green+Blue) = 220+118+138=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC768A is #238975. Grayscale: #969696. Windows color (decimal): -2328950 or 9074396. OLE color: 9074396.
HSL color Cylindrical-coordinate representation of color #DC768A: hue angle of 348.24º 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 #DC768A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 138 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.14 |
| HSL | 348.24º | 0.59% | 0.66% | - |
| HSV(B) | 348.24º | 0.46% | 0.86% | - |
| XYZ | 40.58 | 30.01 | 27.7 | - |
| YUV | 150.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 138 | 0 | 0.46 | 0.37 | 0.14 | 348.24 | 0.59 | 0.66 |
| Hex | DC | 76 | 8A | 0 | 2E | 25 | E | 15C | 3B | 42 |
| Octal | 334 | 166 | 212 | 0 | 56 | 45 | 16 | 534 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10001010 | 0 | 101110 | 100101 | 1110 | 101011100 | 111011 | 1000010 |
Color Harmonies of #DC768A
Complementary color
Monochromatic Colors of #DC768A
Black with #DC768A
Text Example
Text Example
White with #DC768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC768A; }
p { color: rgb(220,118,138); }
H1.HeaderClassName
{
color: #DC768A;
}
.AnyTagClassName
{
color: #DC768A;
}
</style>
background-color css
<style>
a { background-color: #DC768A; }
a { background-color: rgb(220,118,138); }
div.DivClassName
{
background-color: #DC768A;
}
.BgClassName
{
background-color: #DC768A;
}
</style>
border-color css
<style>
span { border-color: #DC768A; }
span { border-color: rgb(220,118,138); }
td.TdClassName
{
border-color: #DC768A;
}
.TagClassName
{
border-color: #DC768A;
}
</style>