Shades of Deep Blush #DA6185
Tints of Deep Blush #DA6185
RGB
CMYK
RGB Variations
Color information
#DA6185 (or 0xDA6185) is known color: Deep Blush. HEX triplet: DA, 61 and 85. RGB value is (218,97,133). Sum of RGB (Red+Green+Blue) = 218+97+133=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6185 is #259E7A. Grayscale: #898989. Windows color (decimal): -2465403 or 8741338. OLE color: 8741338.
HSL color Cylindrical-coordinate representation of color #DA6185: hue angle of 342.15º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6185 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 133 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.15 |
| HSL | 342.15º | 0.62% | 0.62% | - |
| HSV(B) | 342.15º | 0.56% | 0.85% | - |
| XYZ | 37.42 | 25.15 | 25.07 | - |
| YUV | 137.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 133 | 0 | 0.56 | 0.39 | 0.15 | 342.15 | 0.62 | 0.62 |
| Hex | DA | 61 | 85 | 0 | 38 | 27 | F | 156 | 3E | 3E |
| Octal | 332 | 141 | 205 | 0 | 70 | 47 | 17 | 526 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10000101 | 0 | 111000 | 100111 | 1111 | 101010110 | 111110 | 111110 |
Color Harmonies of #DA6185
Complementary color
Monochromatic Colors of #DA6185
Black with #DA6185
Text Example
Text Example
White with #DA6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6185; }
p { color: rgb(218,97,133); }
H1.HeaderClassName
{
color: #DA6185;
}
.AnyTagClassName
{
color: #DA6185;
}
</style>
background-color css
<style>
a { background-color: #DA6185; }
a { background-color: rgb(218,97,133); }
div.DivClassName
{
background-color: #DA6185;
}
.BgClassName
{
background-color: #DA6185;
}
</style>
border-color css
<style>
span { border-color: #DA6185; }
span { border-color: rgb(218,97,133); }
td.TdClassName
{
border-color: #DA6185;
}
.TagClassName
{
border-color: #DA6185;
}
</style>