Shades of Deep Blush #DC6F8C
Tints of Deep Blush #DC6F8C
RGB
CMYK
RGB Variations
Color information
#DC6F8C (or 0xDC6F8C) is known color: Deep Blush. HEX triplet: DC, 6F and 8C. RGB value is (220,111,140). Sum of RGB (Red+Green+Blue) = 220+111+140=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F8C is #239073. Grayscale: #929292. Windows color (decimal): -2330740 or 9203676. OLE color: 9203676.
HSL color Cylindrical-coordinate representation of color #DC6F8C: hue angle of 344.04º 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 #DC6F8C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 140 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.14 |
| HSL | 344.04º | 0.61% | 0.65% | - |
| HSV(B) | 344.04º | 0.5% | 0.86% | - |
| XYZ | 39.93 | 28.48 | 28.2 | - |
| YUV | 146.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 140 | 0 | 0.50 | 0.36 | 0.14 | 344.04 | 0.61 | 0.65 |
| Hex | DC | 6F | 8C | 0 | 32 | 24 | E | 158 | 3D | 41 |
| Octal | 334 | 157 | 214 | 0 | 62 | 44 | 16 | 530 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10001100 | 0 | 110010 | 100100 | 1110 | 101011000 | 111101 | 1000001 |
Color Harmonies of #DC6F8C
Complementary color
Monochromatic Colors of #DC6F8C
Black with #DC6F8C
Text Example
Text Example
White with #DC6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F8C; }
p { color: rgb(220,111,140); }
H1.HeaderClassName
{
color: #DC6F8C;
}
.AnyTagClassName
{
color: #DC6F8C;
}
</style>
background-color css
<style>
a { background-color: #DC6F8C; }
a { background-color: rgb(220,111,140); }
div.DivClassName
{
background-color: #DC6F8C;
}
.BgClassName
{
background-color: #DC6F8C;
}
</style>
border-color css
<style>
span { border-color: #DC6F8C; }
span { border-color: rgb(220,111,140); }
td.TdClassName
{
border-color: #DC6F8C;
}
.TagClassName
{
border-color: #DC6F8C;
}
</style>