Shades of Deep Blush #DC6F88
Tints of Deep Blush #DC6F88
RGB
CMYK
RGB Variations
Color information
#DC6F88 (or 0xDC6F88) is known color: Deep Blush. HEX triplet: DC, 6F and 88. RGB value is (220,111,136). Sum of RGB (Red+Green+Blue) = 220+111+136=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F88 is #239077. Grayscale: #929292. Windows color (decimal): -2330744 or 8941532. OLE color: 8941532.
HSL color Cylindrical-coordinate representation of color #DC6F88: hue angle of 346.24º 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 #DC6F88 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 136 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.14 |
| HSL | 346.24º | 0.61% | 0.65% | - |
| HSV(B) | 346.24º | 0.5% | 0.86% | - |
| XYZ | 39.64 | 28.36 | 26.68 | - |
| YUV | 146.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 136 | 0 | 0.50 | 0.38 | 0.14 | 346.24 | 0.61 | 0.65 |
| Hex | DC | 6F | 88 | 0 | 32 | 26 | E | 15A | 3D | 41 |
| Octal | 334 | 157 | 210 | 0 | 62 | 46 | 16 | 532 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10001000 | 0 | 110010 | 100110 | 1110 | 101011010 | 111101 | 1000001 |
Color Harmonies of #DC6F88
Complementary color
Monochromatic Colors of #DC6F88
Black with #DC6F88
Text Example
Text Example
White with #DC6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F88; }
p { color: rgb(220,111,136); }
H1.HeaderClassName
{
color: #DC6F88;
}
.AnyTagClassName
{
color: #DC6F88;
}
</style>
background-color css
<style>
a { background-color: #DC6F88; }
a { background-color: rgb(220,111,136); }
div.DivClassName
{
background-color: #DC6F88;
}
.BgClassName
{
background-color: #DC6F88;
}
</style>
border-color css
<style>
span { border-color: #DC6F88; }
span { border-color: rgb(220,111,136); }
td.TdClassName
{
border-color: #DC6F88;
}
.TagClassName
{
border-color: #DC6F88;
}
</style>