Shades of Pale Violet Red #DA7392
Tints of Pale Violet Red #DA7392
RGB
CMYK
RGB Variations
Color information
#DA7392 (or 0xDA7392) is known color: Pale Violet Red. HEX triplet: DA, 73 and 92. RGB value is (218,115,146). Sum of RGB (Red+Green+Blue) = 218+115+146=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7392 is #258C6D. Grayscale: #959595. Windows color (decimal): -2460782 or 9597914. OLE color: 9597914.
HSL color Cylindrical-coordinate representation of color #DA7392: hue angle of 341.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7392 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 146 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.15 |
| HSL | 341.94º | 0.58% | 0.65% | - |
| HSV(B) | 341.94º | 0.47% | 0.85% | - |
| XYZ | 40.23 | 29.24 | 30.72 | - |
| YUV | 149.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 146 | 0 | 0.47 | 0.33 | 0.15 | 341.94 | 0.58 | 0.65 |
| Hex | DA | 73 | 92 | 0 | 2F | 21 | F | 156 | 3A | 41 |
| Octal | 332 | 163 | 222 | 0 | 57 | 41 | 17 | 526 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10010010 | 0 | 101111 | 100001 | 1111 | 101010110 | 111010 | 1000001 |
Color Harmonies of #DA7392
Complementary color
Monochromatic Colors of #DA7392
Black with #DA7392
Text Example
Text Example
White with #DA7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7392; }
p { color: rgb(218,115,146); }
H1.HeaderClassName
{
color: #DA7392;
}
.AnyTagClassName
{
color: #DA7392;
}
</style>
background-color css
<style>
a { background-color: #DA7392; }
a { background-color: rgb(218,115,146); }
div.DivClassName
{
background-color: #DA7392;
}
.BgClassName
{
background-color: #DA7392;
}
</style>
border-color css
<style>
span { border-color: #DA7392; }
span { border-color: rgb(218,115,146); }
td.TdClassName
{
border-color: #DA7392;
}
.TagClassName
{
border-color: #DA7392;
}
</style>