Shades of Pale Violet Red #D9618E
Tints of Pale Violet Red #D9618E
RGB
CMYK
RGB Variations
Color information
#D9618E (or 0xD9618E) is known color: Pale Violet Red. HEX triplet: D9, 61 and 8E. RGB value is (217,97,142). Sum of RGB (Red+Green+Blue) = 217+97+142=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9618E is #269E71. Grayscale: #898989. Windows color (decimal): -2530930 or 9331161. OLE color: 9331161.
HSL color Cylindrical-coordinate representation of color #D9618E: hue angle of 337.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9618E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 142 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.15 |
| HSL | 337.5º | 0.61% | 0.62% | - |
| HSV(B) | 337.5º | 0.55% | 0.85% | - |
| XYZ | 37.77 | 25.25 | 28.47 | - |
| YUV | 138.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 142 | 0 | 0.55 | 0.35 | 0.15 | 337.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | 8E | 0 | 37 | 23 | F | 152 | 3D | 3E |
| Octal | 331 | 141 | 216 | 0 | 67 | 43 | 17 | 522 | 75 | 76 |
| Binary | 11011001 | 1100001 | 10001110 | 0 | 110111 | 100011 | 1111 | 101010010 | 111101 | 111110 |
Color Harmonies of #D9618E
Complementary color
Monochromatic Colors of #D9618E
Black with #D9618E
Text Example
Text Example
White with #D9618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9618E; }
p { color: rgb(217,97,142); }
H1.HeaderClassName
{
color: #D9618E;
}
.AnyTagClassName
{
color: #D9618E;
}
</style>
background-color css
<style>
a { background-color: #D9618E; }
a { background-color: rgb(217,97,142); }
div.DivClassName
{
background-color: #D9618E;
}
.BgClassName
{
background-color: #D9618E;
}
</style>
border-color css
<style>
span { border-color: #D9618E; }
span { border-color: rgb(217,97,142); }
td.TdClassName
{
border-color: #D9618E;
}
.TagClassName
{
border-color: #D9618E;
}
</style>