Shades of Deep Blush #DA7484
Tints of Deep Blush #DA7484
RGB
CMYK
RGB Variations
Color information
#DA7484 (or 0xDA7484) is known color: Deep Blush. HEX triplet: DA, 74 and 84. RGB value is (218,116,132). Sum of RGB (Red+Green+Blue) = 218+116+132=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7484 is #258B7B. Grayscale: #949494. Windows color (decimal): -2460540 or 8680666. OLE color: 8680666.
HSL color Cylindrical-coordinate representation of color #DA7484: hue angle of 350.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7484 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 132 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.15 |
| HSL | 350.59º | 0.58% | 0.65% | - |
| HSV(B) | 350.59º | 0.47% | 0.85% | - |
| XYZ | 39.32 | 29.06 | 25.37 | - |
| YUV | 148.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 132 | 0 | 0.47 | 0.39 | 0.15 | 350.59 | 0.58 | 0.65 |
| Hex | DA | 74 | 84 | 0 | 2F | 27 | F | 15F | 3A | 41 |
| Octal | 332 | 164 | 204 | 0 | 57 | 47 | 17 | 537 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10000100 | 0 | 101111 | 100111 | 1111 | 101011111 | 111010 | 1000001 |
Color Harmonies of #DA7484
Complementary color
Monochromatic Colors of #DA7484
Black with #DA7484
Text Example
Text Example
White with #DA7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7484; }
p { color: rgb(218,116,132); }
H1.HeaderClassName
{
color: #DA7484;
}
.AnyTagClassName
{
color: #DA7484;
}
</style>
background-color css
<style>
a { background-color: #DA7484; }
a { background-color: rgb(218,116,132); }
div.DivClassName
{
background-color: #DA7484;
}
.BgClassName
{
background-color: #DA7484;
}
</style>
border-color css
<style>
span { border-color: #DA7484; }
span { border-color: rgb(218,116,132); }
td.TdClassName
{
border-color: #DA7484;
}
.TagClassName
{
border-color: #DA7484;
}
</style>