Shades of Deep Blush #DF748A
Tints of Deep Blush #DF748A
RGB
CMYK
RGB Variations
Color information
#DF748A (or 0xDF748A) is known color: Deep Blush. HEX triplet: DF, 74 and 8A. RGB value is (223,116,138). Sum of RGB (Red+Green+Blue) = 223+116+138=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748A is #208B75. Grayscale: #969696. Windows color (decimal): -2132854 or 9073887. OLE color: 9073887.
HSL color Cylindrical-coordinate representation of color #DF748A: hue angle of 347.66º 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 #DF748A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 138 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.13 |
| HSL | 347.66º | 0.63% | 0.66% | - |
| HSV(B) | 347.66º | 0.48% | 0.87% | - |
| XYZ | 41.26 | 30.01 | 27.66 | - |
| YUV | 150.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 138 | 0 | 0.48 | 0.38 | 0.13 | 347.66 | 0.63 | 0.66 |
| Hex | DF | 74 | 8A | 0 | 30 | 26 | D | 15C | 3F | 42 |
| Octal | 337 | 164 | 212 | 0 | 60 | 46 | 15 | 534 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10001010 | 0 | 110000 | 100110 | 1101 | 101011100 | 111111 | 1000010 |
Color Harmonies of #DF748A
Complementary color
Monochromatic Colors of #DF748A
Black with #DF748A
Text Example
Text Example
White with #DF748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF748A; }
p { color: rgb(223,116,138); }
H1.HeaderClassName
{
color: #DF748A;
}
.AnyTagClassName
{
color: #DF748A;
}
</style>
background-color css
<style>
a { background-color: #DF748A; }
a { background-color: rgb(223,116,138); }
div.DivClassName
{
background-color: #DF748A;
}
.BgClassName
{
background-color: #DF748A;
}
</style>
border-color css
<style>
span { border-color: #DF748A; }
span { border-color: rgb(223,116,138); }
td.TdClassName
{
border-color: #DF748A;
}
.TagClassName
{
border-color: #DF748A;
}
</style>