Shades of Deep Blush #DF7284
Tints of Deep Blush #DF7284
RGB
CMYK
RGB Variations
Color information
#DF7284 (or 0xDF7284) is known color: Deep Blush. HEX triplet: DF, 72 and 84. RGB value is (223,114,132). Sum of RGB (Red+Green+Blue) = 223+114+132=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7284 is #208D7B. Grayscale: #949494. Windows color (decimal): -2133372 or 8680159. OLE color: 8680159.
HSL color Cylindrical-coordinate representation of color #DF7284: hue angle of 350.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7284 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 132 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.13 |
| HSL | 350.09º | 0.63% | 0.66% | - |
| HSV(B) | 350.09º | 0.49% | 0.87% | - |
| XYZ | 40.61 | 29.39 | 25.36 | - |
| YUV | 148.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 132 | 0 | 0.49 | 0.41 | 0.13 | 350.09 | 0.63 | 0.66 |
| Hex | DF | 72 | 84 | 0 | 31 | 29 | D | 15E | 3F | 42 |
| Octal | 337 | 162 | 204 | 0 | 61 | 51 | 15 | 536 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10000100 | 0 | 110001 | 101001 | 1101 | 101011110 | 111111 | 1000010 |
Color Harmonies of #DF7284
Complementary color
Monochromatic Colors of #DF7284
Black with #DF7284
Text Example
Text Example
White with #DF7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7284; }
p { color: rgb(223,114,132); }
H1.HeaderClassName
{
color: #DF7284;
}
.AnyTagClassName
{
color: #DF7284;
}
</style>
background-color css
<style>
a { background-color: #DF7284; }
a { background-color: rgb(223,114,132); }
div.DivClassName
{
background-color: #DF7284;
}
.BgClassName
{
background-color: #DF7284;
}
</style>
border-color css
<style>
span { border-color: #DF7284; }
span { border-color: rgb(223,114,132); }
td.TdClassName
{
border-color: #DF7284;
}
.TagClassName
{
border-color: #DF7284;
}
</style>