Shades of Deep Blush #DA647D
Tints of Deep Blush #DA647D
RGB
CMYK
RGB Variations
Color information
#DA647D (or 0xDA647D) is known color: Deep Blush. HEX triplet: DA, 64 and 7D. RGB value is (218,100,125). Sum of RGB (Red+Green+Blue) = 218+100+125=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA647D is #259B82. Grayscale: #8A8A8A. Windows color (decimal): -2464643 or 8217818. OLE color: 8217818.
HSL color Cylindrical-coordinate representation of color #DA647D: hue angle of 347.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA647D is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 125 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.15 |
| HSL | 347.29º | 0.61% | 0.62% | - |
| HSV(B) | 347.29º | 0.54% | 0.85% | - |
| XYZ | 37.17 | 25.5 | 22.36 | - |
| YUV | 138.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 125 | 0 | 0.54 | 0.43 | 0.15 | 347.29 | 0.61 | 0.62 |
| Hex | DA | 64 | 7D | 0 | 36 | 2B | F | 15B | 3D | 3E |
| Octal | 332 | 144 | 175 | 0 | 66 | 53 | 17 | 533 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1111101 | 0 | 110110 | 101011 | 1111 | 101011011 | 111101 | 111110 |
Color Harmonies of #DA647D
Complementary color
Monochromatic Colors of #DA647D
Black with #DA647D
Text Example
Text Example
White with #DA647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA647D; }
p { color: rgb(218,100,125); }
H1.HeaderClassName
{
color: #DA647D;
}
.AnyTagClassName
{
color: #DA647D;
}
</style>
background-color css
<style>
a { background-color: #DA647D; }
a { background-color: rgb(218,100,125); }
div.DivClassName
{
background-color: #DA647D;
}
.BgClassName
{
background-color: #DA647D;
}
</style>
border-color css
<style>
span { border-color: #DA647D; }
span { border-color: rgb(218,100,125); }
td.TdClassName
{
border-color: #DA647D;
}
.TagClassName
{
border-color: #DA647D;
}
</style>