Shades of Deep Blush #DC6B7E
Tints of Deep Blush #DC6B7E
RGB
CMYK
RGB Variations
Color information
#DC6B7E (or 0xDC6B7E) is known color: Deep Blush. HEX triplet: DC, 6B and 7E. RGB value is (220,107,126). Sum of RGB (Red+Green+Blue) = 220+107+126=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B7E is #239481. Grayscale: #8E8E8E. Windows color (decimal): -2331778 or 8285148. OLE color: 8285148.
HSL color Cylindrical-coordinate representation of color #DC6B7E: hue angle of 349.91º 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 #DC6B7E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 126 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.14 |
| HSL | 349.91º | 0.62% | 0.64% | - |
| HSV(B) | 349.91º | 0.51% | 0.86% | - |
| XYZ | 38.54 | 27.24 | 22.96 | - |
| YUV | 142.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 126 | 0 | 0.51 | 0.43 | 0.14 | 349.91 | 0.62 | 0.64 |
| Hex | DC | 6B | 7E | 0 | 33 | 2B | E | 15E | 3E | 40 |
| Octal | 334 | 153 | 176 | 0 | 63 | 53 | 16 | 536 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1111110 | 0 | 110011 | 101011 | 1110 | 101011110 | 111110 | 1000000 |
Color Harmonies of #DC6B7E
Complementary color
Monochromatic Colors of #DC6B7E
Black with #DC6B7E
Text Example
Text Example
White with #DC6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B7E; }
p { color: rgb(220,107,126); }
H1.HeaderClassName
{
color: #DC6B7E;
}
.AnyTagClassName
{
color: #DC6B7E;
}
</style>
background-color css
<style>
a { background-color: #DC6B7E; }
a { background-color: rgb(220,107,126); }
div.DivClassName
{
background-color: #DC6B7E;
}
.BgClassName
{
background-color: #DC6B7E;
}
</style>
border-color css
<style>
span { border-color: #DC6B7E; }
span { border-color: rgb(220,107,126); }
td.TdClassName
{
border-color: #DC6B7E;
}
.TagClassName
{
border-color: #DC6B7E;
}
</style>