Shades of Deep Blush #DF7482
Tints of Deep Blush #DF7482
RGB
CMYK
RGB Variations
Color information
#DF7482 (or 0xDF7482) is known color: Deep Blush. HEX triplet: DF, 74 and 82. RGB value is (223,116,130). Sum of RGB (Red+Green+Blue) = 223+116+130=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7482 is #208B7D. Grayscale: #959595. Windows color (decimal): -2132862 or 8549599. OLE color: 8549599.
HSL color Cylindrical-coordinate representation of color #DF7482: hue angle of 352.15º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7482 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 130 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.13 |
| HSL | 352.15º | 0.63% | 0.66% | - |
| HSV(B) | 352.15º | 0.48% | 0.87% | - |
| XYZ | 40.71 | 29.79 | 24.72 | - |
| YUV | 149.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 130 | 0 | 0.48 | 0.42 | 0.13 | 352.15 | 0.63 | 0.66 |
| Hex | DF | 74 | 82 | 0 | 30 | 2A | D | 160 | 3F | 42 |
| Octal | 337 | 164 | 202 | 0 | 60 | 52 | 15 | 540 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10000010 | 0 | 110000 | 101010 | 1101 | 101100000 | 111111 | 1000010 |
Color Harmonies of #DF7482
Complementary color
Monochromatic Colors of #DF7482
Black with #DF7482
Text Example
Text Example
White with #DF7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7482; }
p { color: rgb(223,116,130); }
H1.HeaderClassName
{
color: #DF7482;
}
.AnyTagClassName
{
color: #DF7482;
}
</style>
background-color css
<style>
a { background-color: #DF7482; }
a { background-color: rgb(223,116,130); }
div.DivClassName
{
background-color: #DF7482;
}
.BgClassName
{
background-color: #DF7482;
}
</style>
border-color css
<style>
span { border-color: #DF7482; }
span { border-color: rgb(223,116,130); }
td.TdClassName
{
border-color: #DF7482;
}
.TagClassName
{
border-color: #DF7482;
}
</style>