Shades of Pale Violet Red #DA7098
Tints of Pale Violet Red #DA7098
RGB
CMYK
RGB Variations
Color information
#DA7098 (or 0xDA7098) is known color: Pale Violet Red. HEX triplet: DA, 70 and 98. RGB value is (218,112,152). Sum of RGB (Red+Green+Blue) = 218+112+152=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7098 is #258F67. Grayscale: #949494. Windows color (decimal): -2461544 or 9990362. OLE color: 9990362.
HSL color Cylindrical-coordinate representation of color #DA7098: hue angle of 337.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7098 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 152 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.15 |
| HSL | 337.36º | 0.59% | 0.65% | - |
| HSV(B) | 337.36º | 0.49% | 0.85% | - |
| XYZ | 40.38 | 28.76 | 33.13 | - |
| YUV | 148.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 152 | 0 | 0.49 | 0.30 | 0.15 | 337.36 | 0.59 | 0.65 |
| Hex | DA | 70 | 98 | 0 | 31 | 1E | F | 151 | 3B | 41 |
| Octal | 332 | 160 | 230 | 0 | 61 | 36 | 17 | 521 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10011000 | 0 | 110001 | 11110 | 1111 | 101010001 | 111011 | 1000001 |
Color Harmonies of #DA7098
Complementary color
Monochromatic Colors of #DA7098
Black with #DA7098
Text Example
Text Example
White with #DA7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7098; }
p { color: rgb(218,112,152); }
H1.HeaderClassName
{
color: #DA7098;
}
.AnyTagClassName
{
color: #DA7098;
}
</style>
background-color css
<style>
a { background-color: #DA7098; }
a { background-color: rgb(218,112,152); }
div.DivClassName
{
background-color: #DA7098;
}
.BgClassName
{
background-color: #DA7098;
}
</style>
border-color css
<style>
span { border-color: #DA7098; }
span { border-color: rgb(218,112,152); }
td.TdClassName
{
border-color: #DA7098;
}
.TagClassName
{
border-color: #DA7098;
}
</style>