Shades of Pale Violet Red #DA6090
Tints of Pale Violet Red #DA6090
RGB
CMYK
RGB Variations
Color information
#DA6090 (or 0xDA6090) is known color: Pale Violet Red. HEX triplet: DA, 60 and 90. RGB value is (218,96,144). Sum of RGB (Red+Green+Blue) = 218+96+144=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6090 is #259F6F. Grayscale: #898989. Windows color (decimal): -2465648 or 9461978. OLE color: 9461978.
HSL color Cylindrical-coordinate representation of color #DA6090: hue angle of 336.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6090 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 144 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.15 |
| HSL | 336.39º | 0.62% | 0.62% | - |
| HSV(B) | 336.39º | 0.56% | 0.85% | - |
| XYZ | 38.13 | 25.28 | 29.26 | - |
| YUV | 137.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 144 | 0 | 0.56 | 0.34 | 0.15 | 336.39 | 0.62 | 0.62 |
| Hex | DA | 60 | 90 | 0 | 38 | 22 | F | 150 | 3E | 3E |
| Octal | 332 | 140 | 220 | 0 | 70 | 42 | 17 | 520 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10010000 | 0 | 111000 | 100010 | 1111 | 101010000 | 111110 | 111110 |
Color Harmonies of #DA6090
Complementary color
Monochromatic Colors of #DA6090
Black with #DA6090
Text Example
Text Example
White with #DA6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6090; }
p { color: rgb(218,96,144); }
H1.HeaderClassName
{
color: #DA6090;
}
.AnyTagClassName
{
color: #DA6090;
}
</style>
background-color css
<style>
a { background-color: #DA6090; }
a { background-color: rgb(218,96,144); }
div.DivClassName
{
background-color: #DA6090;
}
.BgClassName
{
background-color: #DA6090;
}
</style>
border-color css
<style>
span { border-color: #DA6090; }
span { border-color: rgb(218,96,144); }
td.TdClassName
{
border-color: #DA6090;
}
.TagClassName
{
border-color: #DA6090;
}
</style>