Shades of Pale Violet Red #D97594
Tints of Pale Violet Red #D97594
RGB
CMYK
RGB Variations
Color information
#D97594 (or 0xD97594) is known color: Pale Violet Red. HEX triplet: D9, 75 and 94. RGB value is (217,117,148). Sum of RGB (Red+Green+Blue) = 217+117+148=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D97594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97594 is #268A6B. Grayscale: #969696. Windows color (decimal): -2525804 or 9729497. OLE color: 9729497.
HSL color Cylindrical-coordinate representation of color #D97594: hue angle of 341.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D97594 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 148 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.15 |
| HSL | 341.4º | 0.57% | 0.65% | - |
| HSV(B) | 341.4º | 0.46% | 0.85% | - |
| XYZ | 40.32 | 29.61 | 31.61 | - |
| YUV | 150.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 148 | 0 | 0.46 | 0.32 | 0.15 | 341.4 | 0.57 | 0.65 |
| Hex | D9 | 75 | 94 | 0 | 2E | 20 | F | 155 | 39 | 41 |
| Octal | 331 | 165 | 224 | 0 | 56 | 40 | 17 | 525 | 71 | 101 |
| Binary | 11011001 | 1110101 | 10010100 | 0 | 101110 | 100000 | 1111 | 101010101 | 111001 | 1000001 |
Color Harmonies of #D97594
Complementary color
Monochromatic Colors of #D97594
Black with #D97594
Text Example
Text Example
White with #D97594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97594; }
p { color: rgb(217,117,148); }
H1.HeaderClassName
{
color: #D97594;
}
.AnyTagClassName
{
color: #D97594;
}
</style>
background-color css
<style>
a { background-color: #D97594; }
a { background-color: rgb(217,117,148); }
div.DivClassName
{
background-color: #D97594;
}
.BgClassName
{
background-color: #D97594;
}
</style>
border-color css
<style>
span { border-color: #D97594; }
span { border-color: rgb(217,117,148); }
td.TdClassName
{
border-color: #D97594;
}
.TagClassName
{
border-color: #D97594;
}
</style>