Shades of Pale Violet Red #DA6192
Tints of Pale Violet Red #DA6192
RGB
CMYK
RGB Variations
Color information
#DA6192 (or 0xDA6192) is known color: Pale Violet Red. HEX triplet: DA, 61 and 92. RGB value is (218,97,146). Sum of RGB (Red+Green+Blue) = 218+97+146=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6192 is #259E6D. Grayscale: #8A8A8A. Windows color (decimal): -2465390 or 9593306. OLE color: 9593306.
HSL color Cylindrical-coordinate representation of color #DA6192: hue angle of 335.7º 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 #DA6192 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 146 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.15 |
| HSL | 335.7º | 0.62% | 0.62% | - |
| HSV(B) | 335.7º | 0.56% | 0.85% | - |
| XYZ | 38.38 | 25.53 | 30.1 | - |
| YUV | 138.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 146 | 0 | 0.56 | 0.33 | 0.15 | 335.7 | 0.62 | 0.62 |
| Hex | DA | 61 | 92 | 0 | 38 | 21 | F | 150 | 3E | 3E |
| Octal | 332 | 141 | 222 | 0 | 70 | 41 | 17 | 520 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10010010 | 0 | 111000 | 100001 | 1111 | 101010000 | 111110 | 111110 |
Color Harmonies of #DA6192
Complementary color
Monochromatic Colors of #DA6192
Black with #DA6192
Text Example
Text Example
White with #DA6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6192; }
p { color: rgb(218,97,146); }
H1.HeaderClassName
{
color: #DA6192;
}
.AnyTagClassName
{
color: #DA6192;
}
</style>
background-color css
<style>
a { background-color: #DA6192; }
a { background-color: rgb(218,97,146); }
div.DivClassName
{
background-color: #DA6192;
}
.BgClassName
{
background-color: #DA6192;
}
</style>
border-color css
<style>
span { border-color: #DA6192; }
span { border-color: rgb(218,97,146); }
td.TdClassName
{
border-color: #DA6192;
}
.TagClassName
{
border-color: #DA6192;
}
</style>