Shades of Deep Blush #DA6384
Tints of Deep Blush #DA6384
RGB
CMYK
RGB Variations
Color information
#DA6384 (or 0xDA6384) is known color: Deep Blush. HEX triplet: DA, 63 and 84. RGB value is (218,99,132). Sum of RGB (Red+Green+Blue) = 218+99+132=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6384 is #259C7B. Grayscale: #8A8A8A. Windows color (decimal): -2464892 or 8676314. OLE color: 8676314.
HSL color Cylindrical-coordinate representation of color #DA6384: hue angle of 343.36º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6384 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 132 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.15 |
| HSL | 343.36º | 0.62% | 0.62% | - |
| HSV(B) | 343.36º | 0.55% | 0.85% | - |
| XYZ | 37.54 | 25.5 | 24.77 | - |
| YUV | 138.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 132 | 0 | 0.55 | 0.39 | 0.15 | 343.36 | 0.62 | 0.62 |
| Hex | DA | 63 | 84 | 0 | 37 | 27 | F | 157 | 3E | 3E |
| Octal | 332 | 143 | 204 | 0 | 67 | 47 | 17 | 527 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10000100 | 0 | 110111 | 100111 | 1111 | 101010111 | 111110 | 111110 |
Color Harmonies of #DA6384
Complementary color
Monochromatic Colors of #DA6384
Black with #DA6384
Text Example
Text Example
White with #DA6384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6384; }
p { color: rgb(218,99,132); }
H1.HeaderClassName
{
color: #DA6384;
}
.AnyTagClassName
{
color: #DA6384;
}
</style>
background-color css
<style>
a { background-color: #DA6384; }
a { background-color: rgb(218,99,132); }
div.DivClassName
{
background-color: #DA6384;
}
.BgClassName
{
background-color: #DA6384;
}
</style>
border-color css
<style>
span { border-color: #DA6384; }
span { border-color: rgb(218,99,132); }
td.TdClassName
{
border-color: #DA6384;
}
.TagClassName
{
border-color: #DA6384;
}
</style>