Shades of Pale Violet Red #DA6092
Tints of Pale Violet Red #DA6092
RGB
CMYK
RGB Variations
Color information
#DA6092 (or 0xDA6092) is known color: Pale Violet Red. HEX triplet: DA, 60 and 92. RGB value is (218,96,146). Sum of RGB (Red+Green+Blue) = 218+96+146=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6092 is #259F6D. Grayscale: #8A8A8A. Windows color (decimal): -2465646 or 9593050. OLE color: 9593050.
HSL color Cylindrical-coordinate representation of color #DA6092: hue angle of 335.41º 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 #DA6092 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 146 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.15 |
| HSL | 335.41º | 0.62% | 0.62% | - |
| HSV(B) | 335.41º | 0.56% | 0.85% | - |
| XYZ | 38.28 | 25.35 | 30.07 | - |
| YUV | 138.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 146 | 0 | 0.56 | 0.33 | 0.15 | 335.41 | 0.62 | 0.62 |
| Hex | DA | 60 | 92 | 0 | 38 | 21 | F | 14F | 3E | 3E |
| Octal | 332 | 140 | 222 | 0 | 70 | 41 | 17 | 517 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10010010 | 0 | 111000 | 100001 | 1111 | 101001111 | 111110 | 111110 |
Color Harmonies of #DA6092
Complementary color
Monochromatic Colors of #DA6092
Black with #DA6092
Text Example
Text Example
White with #DA6092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6092; }
p { color: rgb(218,96,146); }
H1.HeaderClassName
{
color: #DA6092;
}
.AnyTagClassName
{
color: #DA6092;
}
</style>
background-color css
<style>
a { background-color: #DA6092; }
a { background-color: rgb(218,96,146); }
div.DivClassName
{
background-color: #DA6092;
}
.BgClassName
{
background-color: #DA6092;
}
</style>
border-color css
<style>
span { border-color: #DA6092; }
span { border-color: rgb(218,96,146); }
td.TdClassName
{
border-color: #DA6092;
}
.TagClassName
{
border-color: #DA6092;
}
</style>