Shades of Deep Blush #DC6B89
Tints of Deep Blush #DC6B89
RGB
CMYK
RGB Variations
Color information
#DC6B89 (or 0xDC6B89) is known color: Deep Blush. HEX triplet: DC, 6B and 89. RGB value is (220,107,137). Sum of RGB (Red+Green+Blue) = 220+107+137=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B89 is #239476. Grayscale: #909090. Windows color (decimal): -2331767 or 9006044. OLE color: 9006044.
HSL color Cylindrical-coordinate representation of color #DC6B89: hue angle of 344.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B89 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 137 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.14 |
| HSL | 344.07º | 0.62% | 0.64% | - |
| HSV(B) | 344.07º | 0.51% | 0.86% | - |
| XYZ | 39.29 | 27.54 | 26.91 | - |
| YUV | 144.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 137 | 0 | 0.51 | 0.38 | 0.14 | 344.07 | 0.62 | 0.64 |
| Hex | DC | 6B | 89 | 0 | 33 | 26 | E | 158 | 3E | 40 |
| Octal | 334 | 153 | 211 | 0 | 63 | 46 | 16 | 530 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10001001 | 0 | 110011 | 100110 | 1110 | 101011000 | 111110 | 1000000 |
Color Harmonies of #DC6B89
Complementary color
Monochromatic Colors of #DC6B89
Black with #DC6B89
Text Example
Text Example
White with #DC6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B89; }
p { color: rgb(220,107,137); }
H1.HeaderClassName
{
color: #DC6B89;
}
.AnyTagClassName
{
color: #DC6B89;
}
</style>
background-color css
<style>
a { background-color: #DC6B89; }
a { background-color: rgb(220,107,137); }
div.DivClassName
{
background-color: #DC6B89;
}
.BgClassName
{
background-color: #DC6B89;
}
</style>
border-color css
<style>
span { border-color: #DC6B89; }
span { border-color: rgb(220,107,137); }
td.TdClassName
{
border-color: #DC6B89;
}
.TagClassName
{
border-color: #DC6B89;
}
</style>