Shades of Deep Blush #DC688A
Tints of Deep Blush #DC688A
RGB
CMYK
RGB Variations
Color information
#DC688A (or 0xDC688A) is known color: Deep Blush. HEX triplet: DC, 68 and 8A. RGB value is (220,104,138). Sum of RGB (Red+Green+Blue) = 220+104+138=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC688A is #239775. Grayscale: #8E8E8E. Windows color (decimal): -2332534 or 9070812. OLE color: 9070812.
HSL color Cylindrical-coordinate representation of color #DC688A: hue angle of 342.41º 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 #DC688A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 138 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.14 |
| HSL | 342.41º | 0.62% | 0.64% | - |
| HSV(B) | 342.41º | 0.53% | 0.86% | - |
| XYZ | 39.05 | 26.95 | 27.19 | - |
| YUV | 142.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 138 | 0 | 0.53 | 0.37 | 0.14 | 342.41 | 0.62 | 0.64 |
| Hex | DC | 68 | 8A | 0 | 35 | 25 | E | 156 | 3E | 40 |
| Octal | 334 | 150 | 212 | 0 | 65 | 45 | 16 | 526 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10001010 | 0 | 110101 | 100101 | 1110 | 101010110 | 111110 | 1000000 |
Color Harmonies of #DC688A
Complementary color
Monochromatic Colors of #DC688A
Black with #DC688A
Text Example
Text Example
White with #DC688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC688A; }
p { color: rgb(220,104,138); }
H1.HeaderClassName
{
color: #DC688A;
}
.AnyTagClassName
{
color: #DC688A;
}
</style>
background-color css
<style>
a { background-color: #DC688A; }
a { background-color: rgb(220,104,138); }
div.DivClassName
{
background-color: #DC688A;
}
.BgClassName
{
background-color: #DC688A;
}
</style>
border-color css
<style>
span { border-color: #DC688A; }
span { border-color: rgb(220,104,138); }
td.TdClassName
{
border-color: #DC688A;
}
.TagClassName
{
border-color: #DC688A;
}
</style>