Shades of Deep Blush #DF6F8A
Tints of Deep Blush #DF6F8A
RGB
CMYK
RGB Variations
Color information
#DF6F8A (or 0xDF6F8A) is known color: Deep Blush. HEX triplet: DF, 6F and 8A. RGB value is (223,111,138). Sum of RGB (Red+Green+Blue) = 223+111+138=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F8A is #209075. Grayscale: #939393. Windows color (decimal): -2134134 or 9072607. OLE color: 9072607.
HSL color Cylindrical-coordinate representation of color #DF6F8A: hue angle of 345.54º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6F8A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 138 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.13 |
| HSL | 345.54º | 0.64% | 0.65% | - |
| HSV(B) | 345.54º | 0.5% | 0.87% | - |
| XYZ | 40.7 | 28.89 | 27.48 | - |
| YUV | 147.57 | 122.61 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 138 | 0 | 0.50 | 0.38 | 0.13 | 345.54 | 0.64 | 0.65 |
| Hex | DF | 6F | 8A | 0 | 32 | 26 | D | 15A | 40 | 41 |
| Octal | 337 | 157 | 212 | 0 | 62 | 46 | 15 | 532 | 100 | 101 |
| Binary | 11011111 | 1101111 | 10001010 | 0 | 110010 | 100110 | 1101 | 101011010 | 1000000 | 1000001 |
Color Harmonies of #DF6F8A
Complementary color
Monochromatic Colors of #DF6F8A
Black with #DF6F8A
Text Example
Text Example
White with #DF6F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F8A; }
p { color: rgb(223,111,138); }
H1.HeaderClassName
{
color: #DF6F8A;
}
.AnyTagClassName
{
color: #DF6F8A;
}
</style>
background-color css
<style>
a { background-color: #DF6F8A; }
a { background-color: rgb(223,111,138); }
div.DivClassName
{
background-color: #DF6F8A;
}
.BgClassName
{
background-color: #DF6F8A;
}
</style>
border-color css
<style>
span { border-color: #DF6F8A; }
span { border-color: rgb(223,111,138); }
td.TdClassName
{
border-color: #DF6F8A;
}
.TagClassName
{
border-color: #DF6F8A;
}
</style>