Shades of Deep Blush #DA6484
Tints of Deep Blush #DA6484
RGB
CMYK
RGB Variations
Color information
#DA6484 (or 0xDA6484) is known color: Deep Blush. HEX triplet: DA, 64 and 84. RGB value is (218,100,132). Sum of RGB (Red+Green+Blue) = 218+100+132=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6484 is #259B7B. Grayscale: #8A8A8A. Windows color (decimal): -2464636 or 8676570. OLE color: 8676570.
HSL color Cylindrical-coordinate representation of color #DA6484: hue angle of 343.73º 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 #DA6484 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 132 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.15 |
| HSL | 343.73º | 0.61% | 0.62% | - |
| HSV(B) | 343.73º | 0.54% | 0.85% | - |
| XYZ | 37.64 | 25.69 | 24.8 | - |
| YUV | 138.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 132 | 0 | 0.54 | 0.39 | 0.15 | 343.73 | 0.61 | 0.62 |
| Hex | DA | 64 | 84 | 0 | 36 | 27 | F | 158 | 3D | 3E |
| Octal | 332 | 144 | 204 | 0 | 66 | 47 | 17 | 530 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10000100 | 0 | 110110 | 100111 | 1111 | 101011000 | 111101 | 111110 |
Color Harmonies of #DA6484
Complementary color
Monochromatic Colors of #DA6484
Black with #DA6484
Text Example
Text Example
White with #DA6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6484; }
p { color: rgb(218,100,132); }
H1.HeaderClassName
{
color: #DA6484;
}
.AnyTagClassName
{
color: #DA6484;
}
</style>
background-color css
<style>
a { background-color: #DA6484; }
a { background-color: rgb(218,100,132); }
div.DivClassName
{
background-color: #DA6484;
}
.BgClassName
{
background-color: #DA6484;
}
</style>
border-color css
<style>
span { border-color: #DA6484; }
span { border-color: rgb(218,100,132); }
td.TdClassName
{
border-color: #DA6484;
}
.TagClassName
{
border-color: #DA6484;
}
</style>