Shades of Deep Blush #DF668A
Tints of Deep Blush #DF668A
RGB
CMYK
RGB Variations
Color information
#DF668A (or 0xDF668A) is known color: Deep Blush. HEX triplet: DF, 66 and 8A. RGB value is (223,102,138). Sum of RGB (Red+Green+Blue) = 223+102+138=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF668A is #209975. Grayscale: #8E8E8E. Windows color (decimal): -2136438 or 9070303. OLE color: 9070303.
HSL color Cylindrical-coordinate representation of color #DF668A: hue angle of 342.15º 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 #DF668A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 138 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.13 |
| HSL | 342.15º | 0.65% | 0.64% | - |
| HSV(B) | 342.15º | 0.54% | 0.87% | - |
| XYZ | 39.77 | 27.03 | 27.17 | - |
| YUV | 142.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 138 | 0 | 0.54 | 0.38 | 0.13 | 342.15 | 0.65 | 0.64 |
| Hex | DF | 66 | 8A | 0 | 36 | 26 | D | 156 | 41 | 40 |
| Octal | 337 | 146 | 212 | 0 | 66 | 46 | 15 | 526 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10001010 | 0 | 110110 | 100110 | 1101 | 101010110 | 1000001 | 1000000 |
Color Harmonies of #DF668A
Complementary color
Monochromatic Colors of #DF668A
Black with #DF668A
Text Example
Text Example
White with #DF668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF668A; }
p { color: rgb(223,102,138); }
H1.HeaderClassName
{
color: #DF668A;
}
.AnyTagClassName
{
color: #DF668A;
}
</style>
background-color css
<style>
a { background-color: #DF668A; }
a { background-color: rgb(223,102,138); }
div.DivClassName
{
background-color: #DF668A;
}
.BgClassName
{
background-color: #DF668A;
}
</style>
border-color css
<style>
span { border-color: #DF668A; }
span { border-color: rgb(223,102,138); }
td.TdClassName
{
border-color: #DF668A;
}
.TagClassName
{
border-color: #DF668A;
}
</style>