Shades of Pale Violet Red #DA6392
Tints of Pale Violet Red #DA6392
RGB
CMYK
RGB Variations
Color information
#DA6392 (or 0xDA6392) is known color: Pale Violet Red. HEX triplet: DA, 63 and 92. RGB value is (218,99,146). Sum of RGB (Red+Green+Blue) = 218+99+146=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6392 is #259C6D. Grayscale: #8B8B8B. Windows color (decimal): -2464878 or 9593818. OLE color: 9593818.
HSL color Cylindrical-coordinate representation of color #DA6392: hue angle of 336.3º 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 #DA6392 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 146 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.15 |
| HSL | 336.3º | 0.62% | 0.62% | - |
| HSV(B) | 336.3º | 0.55% | 0.85% | - |
| XYZ | 38.56 | 25.9 | 30.16 | - |
| YUV | 139.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 146 | 0 | 0.55 | 0.33 | 0.15 | 336.3 | 0.62 | 0.62 |
| Hex | DA | 63 | 92 | 0 | 37 | 21 | F | 150 | 3E | 3E |
| Octal | 332 | 143 | 222 | 0 | 67 | 41 | 17 | 520 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10010010 | 0 | 110111 | 100001 | 1111 | 101010000 | 111110 | 111110 |
Color Harmonies of #DA6392
Complementary color
Monochromatic Colors of #DA6392
Black with #DA6392
Text Example
Text Example
White with #DA6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6392; }
p { color: rgb(218,99,146); }
H1.HeaderClassName
{
color: #DA6392;
}
.AnyTagClassName
{
color: #DA6392;
}
</style>
background-color css
<style>
a { background-color: #DA6392; }
a { background-color: rgb(218,99,146); }
div.DivClassName
{
background-color: #DA6392;
}
.BgClassName
{
background-color: #DA6392;
}
</style>
border-color css
<style>
span { border-color: #DA6392; }
span { border-color: rgb(218,99,146); }
td.TdClassName
{
border-color: #DA6392;
}
.TagClassName
{
border-color: #DA6392;
}
</style>