Shades of Deep Blush #DF6982
Tints of Deep Blush #DF6982
RGB
CMYK
RGB Variations
Color information
#DF6982 (or 0xDF6982) is known color: Deep Blush. HEX triplet: DF, 69 and 82. RGB value is (223,105,130). Sum of RGB (Red+Green+Blue) = 223+105+130=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6982 is #20967D. Grayscale: #8F8F8F. Windows color (decimal): -2135678 or 8546783. OLE color: 8546783.
HSL color Cylindrical-coordinate representation of color #DF6982: hue angle of 347.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6982 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 130 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.13 |
| HSL | 347.29º | 0.65% | 0.64% | - |
| HSV(B) | 347.29º | 0.53% | 0.87% | - |
| XYZ | 39.51 | 27.4 | 24.33 | - |
| YUV | 143.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 130 | 0 | 0.53 | 0.42 | 0.13 | 347.29 | 0.65 | 0.64 |
| Hex | DF | 69 | 82 | 0 | 35 | 2A | D | 15B | 41 | 40 |
| Octal | 337 | 151 | 202 | 0 | 65 | 52 | 15 | 533 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10000010 | 0 | 110101 | 101010 | 1101 | 101011011 | 1000001 | 1000000 |
Color Harmonies of #DF6982
Complementary color
Monochromatic Colors of #DF6982
Black with #DF6982
Text Example
Text Example
White with #DF6982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6982; }
p { color: rgb(223,105,130); }
H1.HeaderClassName
{
color: #DF6982;
}
.AnyTagClassName
{
color: #DF6982;
}
</style>
background-color css
<style>
a { background-color: #DF6982; }
a { background-color: rgb(223,105,130); }
div.DivClassName
{
background-color: #DF6982;
}
.BgClassName
{
background-color: #DF6982;
}
</style>
border-color css
<style>
span { border-color: #DF6982; }
span { border-color: rgb(223,105,130); }
td.TdClassName
{
border-color: #DF6982;
}
.TagClassName
{
border-color: #DF6982;
}
</style>