Shades of Deep Blush #DC7781
Tints of Deep Blush #DC7781
RGB
CMYK
RGB Variations
Color information
#DC7781 (or 0xDC7781) is known color: Deep Blush. HEX triplet: DC, 77 and 81. RGB value is (220,119,129). Sum of RGB (Red+Green+Blue) = 220+119+129=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7781 is #23887E. Grayscale: #969696. Windows color (decimal): -2328703 or 8484828. OLE color: 8484828.
HSL color Cylindrical-coordinate representation of color #DC7781: hue angle of 354.06º 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 #DC7781 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 129 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.14 |
| HSL | 354.06º | 0.59% | 0.66% | - |
| HSV(B) | 354.06º | 0.46% | 0.86% | - |
| XYZ | 40.07 | 29.99 | 24.45 | - |
| YUV | 150.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 129 | 0 | 0.46 | 0.41 | 0.14 | 354.06 | 0.59 | 0.66 |
| Hex | DC | 77 | 81 | 0 | 2E | 29 | E | 162 | 3B | 42 |
| Octal | 334 | 167 | 201 | 0 | 56 | 51 | 16 | 542 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10000001 | 0 | 101110 | 101001 | 1110 | 101100010 | 111011 | 1000010 |
Color Harmonies of #DC7781
Complementary color
Monochromatic Colors of #DC7781
Black with #DC7781
Text Example
Text Example
White with #DC7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7781; }
p { color: rgb(220,119,129); }
H1.HeaderClassName
{
color: #DC7781;
}
.AnyTagClassName
{
color: #DC7781;
}
</style>
background-color css
<style>
a { background-color: #DC7781; }
a { background-color: rgb(220,119,129); }
div.DivClassName
{
background-color: #DC7781;
}
.BgClassName
{
background-color: #DC7781;
}
</style>
border-color css
<style>
span { border-color: #DC7781; }
span { border-color: rgb(220,119,129); }
td.TdClassName
{
border-color: #DC7781;
}
.TagClassName
{
border-color: #DC7781;
}
</style>