Shades of Deep Blush #DC7683
Tints of Deep Blush #DC7683
RGB
CMYK
RGB Variations
Color information
#DC7683 (or 0xDC7683) is known color: Deep Blush. HEX triplet: DC, 76 and 83. RGB value is (220,118,131). Sum of RGB (Red+Green+Blue) = 220+118+131=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7683 is #23897C. Grayscale: #969696. Windows color (decimal): -2328957 or 8615644. OLE color: 8615644.
HSL color Cylindrical-coordinate representation of color #DC7683: hue angle of 352.35º 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 #DC7683 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 131 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.14 |
| HSL | 352.35º | 0.59% | 0.66% | - |
| HSV(B) | 352.35º | 0.46% | 0.86% | - |
| XYZ | 40.09 | 29.81 | 25.11 | - |
| YUV | 149.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 131 | 0 | 0.46 | 0.40 | 0.14 | 352.35 | 0.59 | 0.66 |
| Hex | DC | 76 | 83 | 0 | 2E | 28 | E | 160 | 3B | 42 |
| Octal | 334 | 166 | 203 | 0 | 56 | 50 | 16 | 540 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10000011 | 0 | 101110 | 101000 | 1110 | 101100000 | 111011 | 1000010 |
Color Harmonies of #DC7683
Complementary color
Monochromatic Colors of #DC7683
Black with #DC7683
Text Example
Text Example
White with #DC7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7683; }
p { color: rgb(220,118,131); }
H1.HeaderClassName
{
color: #DC7683;
}
.AnyTagClassName
{
color: #DC7683;
}
</style>
background-color css
<style>
a { background-color: #DC7683; }
a { background-color: rgb(220,118,131); }
div.DivClassName
{
background-color: #DC7683;
}
.BgClassName
{
background-color: #DC7683;
}
</style>
border-color css
<style>
span { border-color: #DC7683; }
span { border-color: rgb(220,118,131); }
td.TdClassName
{
border-color: #DC7683;
}
.TagClassName
{
border-color: #DC7683;
}
</style>