Shades of Deep Blush #DC667D
Tints of Deep Blush #DC667D
RGB
CMYK
RGB Variations
Color information
#DC667D (or 0xDC667D) is known color: Deep Blush. HEX triplet: DC, 66 and 7D. RGB value is (220,102,125). Sum of RGB (Red+Green+Blue) = 220+102+125=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC667D is #239982. Grayscale: #8B8B8B. Windows color (decimal): -2333059 or 8218332. OLE color: 8218332.
HSL color Cylindrical-coordinate representation of color #DC667D: hue angle of 348.31º 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 #DC667D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 125 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.14 |
| HSL | 348.31º | 0.63% | 0.63% | - |
| HSV(B) | 348.31º | 0.54% | 0.86% | - |
| XYZ | 37.97 | 26.2 | 22.46 | - |
| YUV | 139.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 125 | 0 | 0.54 | 0.43 | 0.14 | 348.31 | 0.63 | 0.63 |
| Hex | DC | 66 | 7D | 0 | 36 | 2B | E | 15C | 3F | 3F |
| Octal | 334 | 146 | 175 | 0 | 66 | 53 | 16 | 534 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1111101 | 0 | 110110 | 101011 | 1110 | 101011100 | 111111 | 111111 |
Color Harmonies of #DC667D
Complementary color
Monochromatic Colors of #DC667D
Black with #DC667D
Text Example
Text Example
White with #DC667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC667D; }
p { color: rgb(220,102,125); }
H1.HeaderClassName
{
color: #DC667D;
}
.AnyTagClassName
{
color: #DC667D;
}
</style>
background-color css
<style>
a { background-color: #DC667D; }
a { background-color: rgb(220,102,125); }
div.DivClassName
{
background-color: #DC667D;
}
.BgClassName
{
background-color: #DC667D;
}
</style>
border-color css
<style>
span { border-color: #DC667D; }
span { border-color: rgb(220,102,125); }
td.TdClassName
{
border-color: #DC667D;
}
.TagClassName
{
border-color: #DC667D;
}
</style>