Shades of Deep Blush #DC667E
Tints of Deep Blush #DC667E
RGB
CMYK
RGB Variations
Color information
#DC667E (or 0xDC667E) is known color: Deep Blush. HEX triplet: DC, 66 and 7E. RGB value is (220,102,126). Sum of RGB (Red+Green+Blue) = 220+102+126=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC667E is #239981. Grayscale: #8C8C8C. Windows color (decimal): -2333058 or 8283868. OLE color: 8283868.
HSL color Cylindrical-coordinate representation of color #DC667E: hue angle of 347.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC667E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 126 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.14 |
| HSL | 347.8º | 0.63% | 0.63% | - |
| HSV(B) | 347.8º | 0.54% | 0.86% | - |
| XYZ | 38.03 | 26.22 | 22.8 | - |
| YUV | 140.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 126 | 0 | 0.54 | 0.43 | 0.14 | 347.8 | 0.63 | 0.63 |
| Hex | DC | 66 | 7E | 0 | 36 | 2B | E | 15C | 3F | 3F |
| Octal | 334 | 146 | 176 | 0 | 66 | 53 | 16 | 534 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1111110 | 0 | 110110 | 101011 | 1110 | 101011100 | 111111 | 111111 |
Color Harmonies of #DC667E
Complementary color
Monochromatic Colors of #DC667E
Black with #DC667E
Text Example
Text Example
White with #DC667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC667E; }
p { color: rgb(220,102,126); }
H1.HeaderClassName
{
color: #DC667E;
}
.AnyTagClassName
{
color: #DC667E;
}
</style>
background-color css
<style>
a { background-color: #DC667E; }
a { background-color: rgb(220,102,126); }
div.DivClassName
{
background-color: #DC667E;
}
.BgClassName
{
background-color: #DC667E;
}
</style>
border-color css
<style>
span { border-color: #DC667E; }
span { border-color: rgb(220,102,126); }
td.TdClassName
{
border-color: #DC667E;
}
.TagClassName
{
border-color: #DC667E;
}
</style>