Shades of Pale Violet Red #DA6997
Tints of Pale Violet Red #DA6997
RGB
CMYK
RGB Variations
Color information
#DA6997 (or 0xDA6997) is known color: Pale Violet Red. HEX triplet: DA, 69 and 97. RGB value is (218,105,151). Sum of RGB (Red+Green+Blue) = 218+105+151=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6997 is #259668. Grayscale: #8F8F8F. Windows color (decimal): -2463337 or 9923034. OLE color: 9923034.
HSL color Cylindrical-coordinate representation of color #DA6997: hue angle of 335.58º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6997 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 151 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.15 |
| HSL | 335.58º | 0.6% | 0.63% | - |
| HSV(B) | 335.58º | 0.52% | 0.85% | - |
| XYZ | 39.55 | 27.24 | 32.45 | - |
| YUV | 144.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 151 | 0 | 0.52 | 0.31 | 0.15 | 335.58 | 0.6 | 0.63 |
| Hex | DA | 69 | 97 | 0 | 34 | 1F | F | 150 | 3C | 3F |
| Octal | 332 | 151 | 227 | 0 | 64 | 37 | 17 | 520 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10010111 | 0 | 110100 | 11111 | 1111 | 101010000 | 111100 | 111111 |
Color Harmonies of #DA6997
Complementary color
Monochromatic Colors of #DA6997
Black with #DA6997
Text Example
Text Example
White with #DA6997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6997; }
p { color: rgb(218,105,151); }
H1.HeaderClassName
{
color: #DA6997;
}
.AnyTagClassName
{
color: #DA6997;
}
</style>
background-color css
<style>
a { background-color: #DA6997; }
a { background-color: rgb(218,105,151); }
div.DivClassName
{
background-color: #DA6997;
}
.BgClassName
{
background-color: #DA6997;
}
</style>
border-color css
<style>
span { border-color: #DA6997; }
span { border-color: rgb(218,105,151); }
td.TdClassName
{
border-color: #DA6997;
}
.TagClassName
{
border-color: #DA6997;
}
</style>