Shades of Pale Violet Red #DA6389
Tints of Pale Violet Red #DA6389
RGB
CMYK
RGB Variations
Color information
#DA6389 (or 0xDA6389) is known color: Pale Violet Red. HEX triplet: DA, 63 and 89. RGB value is (218,99,137). Sum of RGB (Red+Green+Blue) = 218+99+137=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6389 is #259C76. Grayscale: #8A8A8A. Windows color (decimal): -2464887 or 9003994. OLE color: 9003994.
HSL color Cylindrical-coordinate representation of color #DA6389: hue angle of 340.84º 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 #DA6389 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 137 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.15 |
| HSL | 340.84º | 0.62% | 0.62% | - |
| HSV(B) | 340.84º | 0.55% | 0.85% | - |
| XYZ | 37.89 | 25.64 | 26.62 | - |
| YUV | 138.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 137 | 0 | 0.55 | 0.37 | 0.15 | 340.84 | 0.62 | 0.62 |
| Hex | DA | 63 | 89 | 0 | 37 | 25 | F | 155 | 3E | 3E |
| Octal | 332 | 143 | 211 | 0 | 67 | 45 | 17 | 525 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10001001 | 0 | 110111 | 100101 | 1111 | 101010101 | 111110 | 111110 |
Color Harmonies of #DA6389
Complementary color
Monochromatic Colors of #DA6389
Black with #DA6389
Text Example
Text Example
White with #DA6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6389; }
p { color: rgb(218,99,137); }
H1.HeaderClassName
{
color: #DA6389;
}
.AnyTagClassName
{
color: #DA6389;
}
</style>
background-color css
<style>
a { background-color: #DA6389; }
a { background-color: rgb(218,99,137); }
div.DivClassName
{
background-color: #DA6389;
}
.BgClassName
{
background-color: #DA6389;
}
</style>
border-color css
<style>
span { border-color: #DA6389; }
span { border-color: rgb(218,99,137); }
td.TdClassName
{
border-color: #DA6389;
}
.TagClassName
{
border-color: #DA6389;
}
</style>