Shades of Deep Blush #DC6688
Tints of Deep Blush #DC6688
RGB
CMYK
RGB Variations
Color information
#DC6688 (or 0xDC6688) is known color: Deep Blush. HEX triplet: DC, 66 and 88. RGB value is (220,102,136). Sum of RGB (Red+Green+Blue) = 220+102+136=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6688 is #239977. Grayscale: #8D8D8D. Windows color (decimal): -2333048 or 8939228. OLE color: 8939228.
HSL color Cylindrical-coordinate representation of color #DC6688: hue angle of 342.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6688 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 136 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.14 |
| HSL | 342.71º | 0.63% | 0.63% | - |
| HSV(B) | 342.71º | 0.54% | 0.86% | - |
| XYZ | 38.71 | 26.5 | 26.37 | - |
| YUV | 141.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 136 | 0 | 0.54 | 0.38 | 0.14 | 342.71 | 0.63 | 0.63 |
| Hex | DC | 66 | 88 | 0 | 36 | 26 | E | 157 | 3F | 3F |
| Octal | 334 | 146 | 210 | 0 | 66 | 46 | 16 | 527 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10001000 | 0 | 110110 | 100110 | 1110 | 101010111 | 111111 | 111111 |
Color Harmonies of #DC6688
Complementary color
Monochromatic Colors of #DC6688
Black with #DC6688
Text Example
Text Example
White with #DC6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6688; }
p { color: rgb(220,102,136); }
H1.HeaderClassName
{
color: #DC6688;
}
.AnyTagClassName
{
color: #DC6688;
}
</style>
background-color css
<style>
a { background-color: #DC6688; }
a { background-color: rgb(220,102,136); }
div.DivClassName
{
background-color: #DC6688;
}
.BgClassName
{
background-color: #DC6688;
}
</style>
border-color css
<style>
span { border-color: #DC6688; }
span { border-color: rgb(220,102,136); }
td.TdClassName
{
border-color: #DC6688;
}
.TagClassName
{
border-color: #DC6688;
}
</style>