Shades of Deep Blush #DC6A7F
Tints of Deep Blush #DC6A7F
RGB
CMYK
RGB Variations
Color information
#DC6A7F (or 0xDC6A7F) is known color: Deep Blush. HEX triplet: DC, 6A and 7F. RGB value is (220,106,127). Sum of RGB (Red+Green+Blue) = 220+106+127=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A7F is #239580. Grayscale: #8E8E8E. Windows color (decimal): -2332033 or 8350428. OLE color: 8350428.
HSL color Cylindrical-coordinate representation of color #DC6A7F: hue angle of 348.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A7F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 127 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.14 |
| HSL | 348.95º | 0.62% | 0.64% | - |
| HSV(B) | 348.95º | 0.52% | 0.86% | - |
| XYZ | 38.5 | 27.06 | 23.27 | - |
| YUV | 142.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 127 | 0 | 0.52 | 0.42 | 0.14 | 348.95 | 0.62 | 0.64 |
| Hex | DC | 6A | 7F | 0 | 34 | 2A | E | 15D | 3E | 40 |
| Octal | 334 | 152 | 177 | 0 | 64 | 52 | 16 | 535 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1111111 | 0 | 110100 | 101010 | 1110 | 101011101 | 111110 | 1000000 |
Color Harmonies of #DC6A7F
Complementary color
Monochromatic Colors of #DC6A7F
Black with #DC6A7F
Text Example
Text Example
White with #DC6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A7F; }
p { color: rgb(220,106,127); }
H1.HeaderClassName
{
color: #DC6A7F;
}
.AnyTagClassName
{
color: #DC6A7F;
}
</style>
background-color css
<style>
a { background-color: #DC6A7F; }
a { background-color: rgb(220,106,127); }
div.DivClassName
{
background-color: #DC6A7F;
}
.BgClassName
{
background-color: #DC6A7F;
}
</style>
border-color css
<style>
span { border-color: #DC6A7F; }
span { border-color: rgb(220,106,127); }
td.TdClassName
{
border-color: #DC6A7F;
}
.TagClassName
{
border-color: #DC6A7F;
}
</style>