Shades of Deep Blush #DC6782
Tints of Deep Blush #DC6782
RGB
CMYK
RGB Variations
Color information
#DC6782 (or 0xDC6782) is known color: Deep Blush. HEX triplet: DC, 67 and 82. RGB value is (220,103,130). Sum of RGB (Red+Green+Blue) = 220+103+130=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6782 is #23987D. Grayscale: #8D8D8D. Windows color (decimal): -2332798 or 8546268. OLE color: 8546268.
HSL color Cylindrical-coordinate representation of color #DC6782: hue angle of 346.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6782 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 130 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.14 |
| HSL | 346.15º | 0.63% | 0.63% | - |
| HSV(B) | 346.15º | 0.53% | 0.86% | - |
| XYZ | 38.39 | 26.53 | 24.22 | - |
| YUV | 141.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 130 | 0 | 0.53 | 0.41 | 0.14 | 346.15 | 0.63 | 0.63 |
| Hex | DC | 67 | 82 | 0 | 35 | 29 | E | 15A | 3F | 3F |
| Octal | 334 | 147 | 202 | 0 | 65 | 51 | 16 | 532 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10000010 | 0 | 110101 | 101001 | 1110 | 101011010 | 111111 | 111111 |
Color Harmonies of #DC6782
Complementary color
Monochromatic Colors of #DC6782
Black with #DC6782
Text Example
Text Example
White with #DC6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6782; }
p { color: rgb(220,103,130); }
H1.HeaderClassName
{
color: #DC6782;
}
.AnyTagClassName
{
color: #DC6782;
}
</style>
background-color css
<style>
a { background-color: #DC6782; }
a { background-color: rgb(220,103,130); }
div.DivClassName
{
background-color: #DC6782;
}
.BgClassName
{
background-color: #DC6782;
}
</style>
border-color css
<style>
span { border-color: #DC6782; }
span { border-color: rgb(220,103,130); }
td.TdClassName
{
border-color: #DC6782;
}
.TagClassName
{
border-color: #DC6782;
}
</style>