Shades of Deep Blush #DF7481
Tints of Deep Blush #DF7481
RGB
CMYK
RGB Variations
Color information
#DF7481 (or 0xDF7481) is known color: Deep Blush. HEX triplet: DF, 74 and 81. RGB value is (223,116,129). Sum of RGB (Red+Green+Blue) = 223+116+129=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7481 is #208B7E. Grayscale: #959595. Windows color (decimal): -2132863 or 8484063. OLE color: 8484063.
HSL color Cylindrical-coordinate representation of color #DF7481: hue angle of 352.71º 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 #DF7481 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 129 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.13 |
| HSL | 352.71º | 0.63% | 0.66% | - |
| HSV(B) | 352.71º | 0.48% | 0.87% | - |
| XYZ | 40.64 | 29.76 | 24.37 | - |
| YUV | 149.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 129 | 0 | 0.48 | 0.42 | 0.13 | 352.71 | 0.63 | 0.66 |
| Hex | DF | 74 | 81 | 0 | 30 | 2A | D | 161 | 3F | 42 |
| Octal | 337 | 164 | 201 | 0 | 60 | 52 | 15 | 541 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10000001 | 0 | 110000 | 101010 | 1101 | 101100001 | 111111 | 1000010 |
Color Harmonies of #DF7481
Complementary color
Monochromatic Colors of #DF7481
Black with #DF7481
Text Example
Text Example
White with #DF7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7481; }
p { color: rgb(223,116,129); }
H1.HeaderClassName
{
color: #DF7481;
}
.AnyTagClassName
{
color: #DF7481;
}
</style>
background-color css
<style>
a { background-color: #DF7481; }
a { background-color: rgb(223,116,129); }
div.DivClassName
{
background-color: #DF7481;
}
.BgClassName
{
background-color: #DF7481;
}
</style>
border-color css
<style>
span { border-color: #DF7481; }
span { border-color: rgb(223,116,129); }
td.TdClassName
{
border-color: #DF7481;
}
.TagClassName
{
border-color: #DF7481;
}
</style>