Shades of Deep Blush #DC6B88
Tints of Deep Blush #DC6B88
RGB
CMYK
RGB Variations
Color information
#DC6B88 (or 0xDC6B88) is known color: Deep Blush. HEX triplet: DC, 6B and 88. RGB value is (220,107,136). Sum of RGB (Red+Green+Blue) = 220+107+136=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B88 is #239477. Grayscale: #909090. Windows color (decimal): -2331768 or 8940508. OLE color: 8940508.
HSL color Cylindrical-coordinate representation of color #DC6B88: hue angle of 344.6º 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 #DC6B88 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 136 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.14 |
| HSL | 344.6º | 0.62% | 0.64% | - |
| HSV(B) | 344.6º | 0.51% | 0.86% | - |
| XYZ | 39.22 | 27.51 | 26.54 | - |
| YUV | 144.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 136 | 0 | 0.51 | 0.38 | 0.14 | 344.6 | 0.62 | 0.64 |
| Hex | DC | 6B | 88 | 0 | 33 | 26 | E | 159 | 3E | 40 |
| Octal | 334 | 153 | 210 | 0 | 63 | 46 | 16 | 531 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10001000 | 0 | 110011 | 100110 | 1110 | 101011001 | 111110 | 1000000 |
Color Harmonies of #DC6B88
Complementary color
Monochromatic Colors of #DC6B88
Black with #DC6B88
Text Example
Text Example
White with #DC6B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B88; }
p { color: rgb(220,107,136); }
H1.HeaderClassName
{
color: #DC6B88;
}
.AnyTagClassName
{
color: #DC6B88;
}
</style>
background-color css
<style>
a { background-color: #DC6B88; }
a { background-color: rgb(220,107,136); }
div.DivClassName
{
background-color: #DC6B88;
}
.BgClassName
{
background-color: #DC6B88;
}
</style>
border-color css
<style>
span { border-color: #DC6B88; }
span { border-color: rgb(220,107,136); }
td.TdClassName
{
border-color: #DC6B88;
}
.TagClassName
{
border-color: #DC6B88;
}
</style>