Shades of Deep Blush #DC6687
Tints of Deep Blush #DC6687
RGB
CMYK
RGB Variations
Color information
#DC6687 (or 0xDC6687) is known color: Deep Blush. HEX triplet: DC, 66 and 87. RGB value is (220,102,135). Sum of RGB (Red+Green+Blue) = 220+102+135=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6687 is #239978. Grayscale: #8D8D8D. Windows color (decimal): -2333049 or 8873692. OLE color: 8873692.
HSL color Cylindrical-coordinate representation of color #DC6687: hue angle of 343.22º 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 #DC6687 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 135 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.14 |
| HSL | 343.22º | 0.63% | 0.63% | - |
| HSV(B) | 343.22º | 0.54% | 0.86% | - |
| XYZ | 38.64 | 26.47 | 25.99 | - |
| YUV | 141.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 135 | 0 | 0.54 | 0.39 | 0.14 | 343.22 | 0.63 | 0.63 |
| Hex | DC | 66 | 87 | 0 | 36 | 27 | E | 157 | 3F | 3F |
| Octal | 334 | 146 | 207 | 0 | 66 | 47 | 16 | 527 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10000111 | 0 | 110110 | 100111 | 1110 | 101010111 | 111111 | 111111 |
Color Harmonies of #DC6687
Complementary color
Monochromatic Colors of #DC6687
Black with #DC6687
Text Example
Text Example
White with #DC6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6687; }
p { color: rgb(220,102,135); }
H1.HeaderClassName
{
color: #DC6687;
}
.AnyTagClassName
{
color: #DC6687;
}
</style>
background-color css
<style>
a { background-color: #DC6687; }
a { background-color: rgb(220,102,135); }
div.DivClassName
{
background-color: #DC6687;
}
.BgClassName
{
background-color: #DC6687;
}
</style>
border-color css
<style>
span { border-color: #DC6687; }
span { border-color: rgb(220,102,135); }
td.TdClassName
{
border-color: #DC6687;
}
.TagClassName
{
border-color: #DC6687;
}
</style>