Shades of Deep Blush #DE667F
Tints of Deep Blush #DE667F
RGB
CMYK
RGB Variations
Color information
#DE667F (or 0xDE667F) is known color: Deep Blush. HEX triplet: DE, 66 and 7F. RGB value is (222,102,127). Sum of RGB (Red+Green+Blue) = 222+102+127=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE667F is #219980. Grayscale: #8C8C8C. Windows color (decimal): -2201985 or 8349406. OLE color: 8349406.
HSL color Cylindrical-coordinate representation of color #DE667F: hue angle of 347.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE667F is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 127 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.13 |
| HSL | 347.5º | 0.65% | 0.64% | - |
| HSV(B) | 347.5º | 0.54% | 0.87% | - |
| XYZ | 38.71 | 26.56 | 23.17 | - |
| YUV | 140.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 127 | 0 | 0.54 | 0.43 | 0.13 | 347.5 | 0.65 | 0.64 |
| Hex | DE | 66 | 7F | 0 | 36 | 2B | D | 15C | 41 | 40 |
| Octal | 336 | 146 | 177 | 0 | 66 | 53 | 15 | 534 | 101 | 100 |
| Binary | 11011110 | 1100110 | 1111111 | 0 | 110110 | 101011 | 1101 | 101011100 | 1000001 | 1000000 |
Color Harmonies of #DE667F
Complementary color
Monochromatic Colors of #DE667F
Black with #DE667F
Text Example
Text Example
White with #DE667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE667F; }
p { color: rgb(222,102,127); }
H1.HeaderClassName
{
color: #DE667F;
}
.AnyTagClassName
{
color: #DE667F;
}
</style>
background-color css
<style>
a { background-color: #DE667F; }
a { background-color: rgb(222,102,127); }
div.DivClassName
{
background-color: #DE667F;
}
.BgClassName
{
background-color: #DE667F;
}
</style>
border-color css
<style>
span { border-color: #DE667F; }
span { border-color: rgb(222,102,127); }
td.TdClassName
{
border-color: #DE667F;
}
.TagClassName
{
border-color: #DE667F;
}
</style>