Shades of Pale Violet Red #DA6492
Tints of Pale Violet Red #DA6492
RGB
CMYK
RGB Variations
Color information
#DA6492 (or 0xDA6492) is known color: Pale Violet Red. HEX triplet: DA, 64 and 92. RGB value is (218,100,146). Sum of RGB (Red+Green+Blue) = 218+100+146=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6492 is #259B6D. Grayscale: #8C8C8C. Windows color (decimal): -2464622 or 9594074. OLE color: 9594074.
HSL color Cylindrical-coordinate representation of color #DA6492: hue angle of 336.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6492 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 146 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.15 |
| HSL | 336.61º | 0.61% | 0.62% | - |
| HSV(B) | 336.61º | 0.54% | 0.85% | - |
| XYZ | 38.66 | 26.1 | 30.19 | - |
| YUV | 140.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 146 | 0 | 0.54 | 0.33 | 0.15 | 336.61 | 0.61 | 0.62 |
| Hex | DA | 64 | 92 | 0 | 36 | 21 | F | 151 | 3D | 3E |
| Octal | 332 | 144 | 222 | 0 | 66 | 41 | 17 | 521 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10010010 | 0 | 110110 | 100001 | 1111 | 101010001 | 111101 | 111110 |
Color Harmonies of #DA6492
Complementary color
Monochromatic Colors of #DA6492
Black with #DA6492
Text Example
Text Example
White with #DA6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6492; }
p { color: rgb(218,100,146); }
H1.HeaderClassName
{
color: #DA6492;
}
.AnyTagClassName
{
color: #DA6492;
}
</style>
background-color css
<style>
a { background-color: #DA6492; }
a { background-color: rgb(218,100,146); }
div.DivClassName
{
background-color: #DA6492;
}
.BgClassName
{
background-color: #DA6492;
}
</style>
border-color css
<style>
span { border-color: #DA6492; }
span { border-color: rgb(218,100,146); }
td.TdClassName
{
border-color: #DA6492;
}
.TagClassName
{
border-color: #DA6492;
}
</style>