Shades of Deep Blush #DC6D88
Tints of Deep Blush #DC6D88
RGB
CMYK
RGB Variations
Color information
#DC6D88 (or 0xDC6D88) is known color: Deep Blush. HEX triplet: DC, 6D and 88. RGB value is (220,109,136). Sum of RGB (Red+Green+Blue) = 220+109+136=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D88 is #239277. Grayscale: #919191. Windows color (decimal): -2331256 or 8941020. OLE color: 8941020.
HSL color Cylindrical-coordinate representation of color #DC6D88: hue angle of 345.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6D88 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 136 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.14 |
| HSL | 345.41º | 0.61% | 0.65% | - |
| HSV(B) | 345.41º | 0.5% | 0.86% | - |
| XYZ | 39.43 | 27.93 | 26.61 | - |
| YUV | 145.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 136 | 0 | 0.50 | 0.38 | 0.14 | 345.41 | 0.61 | 0.65 |
| Hex | DC | 6D | 88 | 0 | 32 | 26 | E | 159 | 3D | 41 |
| Octal | 334 | 155 | 210 | 0 | 62 | 46 | 16 | 531 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10001000 | 0 | 110010 | 100110 | 1110 | 101011001 | 111101 | 1000001 |
Color Harmonies of #DC6D88
Complementary color
Monochromatic Colors of #DC6D88
Black with #DC6D88
Text Example
Text Example
White with #DC6D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D88; }
p { color: rgb(220,109,136); }
H1.HeaderClassName
{
color: #DC6D88;
}
.AnyTagClassName
{
color: #DC6D88;
}
</style>
background-color css
<style>
a { background-color: #DC6D88; }
a { background-color: rgb(220,109,136); }
div.DivClassName
{
background-color: #DC6D88;
}
.BgClassName
{
background-color: #DC6D88;
}
</style>
border-color css
<style>
span { border-color: #DC6D88; }
span { border-color: rgb(220,109,136); }
td.TdClassName
{
border-color: #DC6D88;
}
.TagClassName
{
border-color: #DC6D88;
}
</style>