Shades of Pale Violet Red #DA6593
Tints of Pale Violet Red #DA6593
RGB
CMYK
RGB Variations
Color information
#DA6593 (or 0xDA6593) is known color: Pale Violet Red. HEX triplet: DA, 65 and 93. RGB value is (218,101,147). Sum of RGB (Red+Green+Blue) = 218+101+147=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6593 is #259A6C. Grayscale: #8D8D8D. Windows color (decimal): -2464365 or 9659866. OLE color: 9659866.
HSL color Cylindrical-coordinate representation of color #DA6593: hue angle of 336.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6593 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 147 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.15 |
| HSL | 336.41º | 0.61% | 0.63% | - |
| HSV(B) | 336.41º | 0.54% | 0.85% | - |
| XYZ | 38.83 | 26.32 | 30.64 | - |
| YUV | 141.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 147 | 0 | 0.54 | 0.33 | 0.15 | 336.41 | 0.61 | 0.63 |
| Hex | DA | 65 | 93 | 0 | 36 | 21 | F | 150 | 3D | 3F |
| Octal | 332 | 145 | 223 | 0 | 66 | 41 | 17 | 520 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10010011 | 0 | 110110 | 100001 | 1111 | 101010000 | 111101 | 111111 |
Color Harmonies of #DA6593
Complementary color
Monochromatic Colors of #DA6593
Black with #DA6593
Text Example
Text Example
White with #DA6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6593; }
p { color: rgb(218,101,147); }
H1.HeaderClassName
{
color: #DA6593;
}
.AnyTagClassName
{
color: #DA6593;
}
</style>
background-color css
<style>
a { background-color: #DA6593; }
a { background-color: rgb(218,101,147); }
div.DivClassName
{
background-color: #DA6593;
}
.BgClassName
{
background-color: #DA6593;
}
</style>
border-color css
<style>
span { border-color: #DA6593; }
span { border-color: rgb(218,101,147); }
td.TdClassName
{
border-color: #DA6593;
}
.TagClassName
{
border-color: #DA6593;
}
</style>