Shades of Deep Blush #DF7281
Tints of Deep Blush #DF7281
RGB
CMYK
RGB Variations
Color information
#DF7281 (or 0xDF7281) is known color: Deep Blush. HEX triplet: DF, 72 and 81. RGB value is (223,114,129). Sum of RGB (Red+Green+Blue) = 223+114+129=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7281 is #208D7E. Grayscale: #949494. Windows color (decimal): -2133375 or 8483551. OLE color: 8483551.
HSL color Cylindrical-coordinate representation of color #DF7281: hue angle of 351.74º 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 #DF7281 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 129 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.13 |
| HSL | 351.74º | 0.63% | 0.66% | - |
| HSV(B) | 351.74º | 0.49% | 0.87% | - |
| XYZ | 40.41 | 29.31 | 24.3 | - |
| YUV | 148.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 129 | 0 | 0.49 | 0.42 | 0.13 | 351.74 | 0.63 | 0.66 |
| Hex | DF | 72 | 81 | 0 | 31 | 2A | D | 160 | 3F | 42 |
| Octal | 337 | 162 | 201 | 0 | 61 | 52 | 15 | 540 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10000001 | 0 | 110001 | 101010 | 1101 | 101100000 | 111111 | 1000010 |
Color Harmonies of #DF7281
Complementary color
Monochromatic Colors of #DF7281
Black with #DF7281
Text Example
Text Example
White with #DF7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7281; }
p { color: rgb(223,114,129); }
H1.HeaderClassName
{
color: #DF7281;
}
.AnyTagClassName
{
color: #DF7281;
}
</style>
background-color css
<style>
a { background-color: #DF7281; }
a { background-color: rgb(223,114,129); }
div.DivClassName
{
background-color: #DF7281;
}
.BgClassName
{
background-color: #DF7281;
}
</style>
border-color css
<style>
span { border-color: #DF7281; }
span { border-color: rgb(223,114,129); }
td.TdClassName
{
border-color: #DF7281;
}
.TagClassName
{
border-color: #DF7281;
}
</style>