Shades of Deep Blush #DC6689
Tints of Deep Blush #DC6689
RGB
CMYK
RGB Variations
Color information
#DC6689 (or 0xDC6689) is known color: Deep Blush. HEX triplet: DC, 66 and 89. RGB value is (220,102,137). Sum of RGB (Red+Green+Blue) = 220+102+137=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6689 is #239976. Grayscale: #8D8D8D. Windows color (decimal): -2333047 or 9004764. OLE color: 9004764.
HSL color Cylindrical-coordinate representation of color #DC6689: hue angle of 342.2º 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 #DC6689 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 137 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.14 |
| HSL | 342.2º | 0.63% | 0.63% | - |
| HSV(B) | 342.2º | 0.54% | 0.86% | - |
| XYZ | 38.78 | 26.52 | 26.74 | - |
| YUV | 141.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 137 | 0 | 0.54 | 0.38 | 0.14 | 342.2 | 0.63 | 0.63 |
| Hex | DC | 66 | 89 | 0 | 36 | 26 | E | 156 | 3F | 3F |
| Octal | 334 | 146 | 211 | 0 | 66 | 46 | 16 | 526 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10001001 | 0 | 110110 | 100110 | 1110 | 101010110 | 111111 | 111111 |
Color Harmonies of #DC6689
Complementary color
Monochromatic Colors of #DC6689
Black with #DC6689
Text Example
Text Example
White with #DC6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6689; }
p { color: rgb(220,102,137); }
H1.HeaderClassName
{
color: #DC6689;
}
.AnyTagClassName
{
color: #DC6689;
}
</style>
background-color css
<style>
a { background-color: #DC6689; }
a { background-color: rgb(220,102,137); }
div.DivClassName
{
background-color: #DC6689;
}
.BgClassName
{
background-color: #DC6689;
}
</style>
border-color css
<style>
span { border-color: #DC6689; }
span { border-color: rgb(220,102,137); }
td.TdClassName
{
border-color: #DC6689;
}
.TagClassName
{
border-color: #DC6689;
}
</style>