Shades of Deep Blush #DC688B
Tints of Deep Blush #DC688B
RGB
CMYK
RGB Variations
Color information
#DC688B (or 0xDC688B) is known color: Deep Blush. HEX triplet: DC, 68 and 8B. RGB value is (220,104,139). Sum of RGB (Red+Green+Blue) = 220+104+139=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC688B is #239774. Grayscale: #8E8E8E. Windows color (decimal): -2332533 or 9136348. OLE color: 9136348.
HSL color Cylindrical-coordinate representation of color #DC688B: hue angle of 341.9º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC688B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 139 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 341.9º | 0.62% | 0.64% | - |
| HSV(B) | 341.9º | 0.53% | 0.86% | - |
| XYZ | 39.13 | 26.98 | 27.57 | - |
| YUV | 142.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 139 | 0 | 0.53 | 0.37 | 0.14 | 341.9 | 0.62 | 0.64 |
| Hex | DC | 68 | 8B | 0 | 35 | 25 | E | 156 | 3E | 40 |
| Octal | 334 | 150 | 213 | 0 | 65 | 45 | 16 | 526 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10001011 | 0 | 110101 | 100101 | 1110 | 101010110 | 111110 | 1000000 |
Color Harmonies of #DC688B
Complementary color
Monochromatic Colors of #DC688B
Black with #DC688B
Text Example
Text Example
White with #DC688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC688B; }
p { color: rgb(220,104,139); }
H1.HeaderClassName
{
color: #DC688B;
}
.AnyTagClassName
{
color: #DC688B;
}
</style>
background-color css
<style>
a { background-color: #DC688B; }
a { background-color: rgb(220,104,139); }
div.DivClassName
{
background-color: #DC688B;
}
.BgClassName
{
background-color: #DC688B;
}
</style>
border-color css
<style>
span { border-color: #DC688B; }
span { border-color: rgb(220,104,139); }
td.TdClassName
{
border-color: #DC688B;
}
.TagClassName
{
border-color: #DC688B;
}
</style>