Shades of Deep Blush #DA6785
Tints of Deep Blush #DA6785
RGB
CMYK
RGB Variations
Color information
#DA6785 (or 0xDA6785) is known color: Deep Blush. HEX triplet: DA, 67 and 85. RGB value is (218,103,133). Sum of RGB (Red+Green+Blue) = 218+103+133=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6785 is #25987A. Grayscale: #8C8C8C. Windows color (decimal): -2463867 or 8742874. OLE color: 8742874.
HSL color Cylindrical-coordinate representation of color #DA6785: hue angle of 344.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6785 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 133 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.15 |
| HSL | 344.35º | 0.61% | 0.63% | - |
| HSV(B) | 344.35º | 0.53% | 0.85% | - |
| XYZ | 38 | 26.3 | 25.26 | - |
| YUV | 140.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 133 | 0 | 0.53 | 0.39 | 0.15 | 344.35 | 0.61 | 0.63 |
| Hex | DA | 67 | 85 | 0 | 35 | 27 | F | 158 | 3D | 3F |
| Octal | 332 | 147 | 205 | 0 | 65 | 47 | 17 | 530 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10000101 | 0 | 110101 | 100111 | 1111 | 101011000 | 111101 | 111111 |
Color Harmonies of #DA6785
Complementary color
Monochromatic Colors of #DA6785
Black with #DA6785
Text Example
Text Example
White with #DA6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6785; }
p { color: rgb(218,103,133); }
H1.HeaderClassName
{
color: #DA6785;
}
.AnyTagClassName
{
color: #DA6785;
}
</style>
background-color css
<style>
a { background-color: #DA6785; }
a { background-color: rgb(218,103,133); }
div.DivClassName
{
background-color: #DA6785;
}
.BgClassName
{
background-color: #DA6785;
}
</style>
border-color css
<style>
span { border-color: #DA6785; }
span { border-color: rgb(218,103,133); }
td.TdClassName
{
border-color: #DA6785;
}
.TagClassName
{
border-color: #DA6785;
}
</style>