Shades of Pale Violet Red #D9648D
Tints of Pale Violet Red #D9648D
RGB
CMYK
RGB Variations
Color information
#D9648D (or 0xD9648D) is known color: Pale Violet Red. HEX triplet: D9, 64 and 8D. RGB value is (217,100,141). Sum of RGB (Red+Green+Blue) = 217+100+141=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9648D is #269B72. Grayscale: #8B8B8B. Windows color (decimal): -2530163 or 9266393. OLE color: 9266393.
HSL color Cylindrical-coordinate representation of color #D9648D: hue angle of 338.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9648D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 141 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.15 |
| HSL | 338.97º | 0.61% | 0.62% | - |
| HSV(B) | 338.97º | 0.54% | 0.85% | - |
| XYZ | 37.98 | 25.79 | 28.18 | - |
| YUV | 139.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 141 | 0 | 0.54 | 0.35 | 0.15 | 338.97 | 0.61 | 0.62 |
| Hex | D9 | 64 | 8D | 0 | 36 | 23 | F | 153 | 3D | 3E |
| Octal | 331 | 144 | 215 | 0 | 66 | 43 | 17 | 523 | 75 | 76 |
| Binary | 11011001 | 1100100 | 10001101 | 0 | 110110 | 100011 | 1111 | 101010011 | 111101 | 111110 |
Color Harmonies of #D9648D
Complementary color
Monochromatic Colors of #D9648D
Black with #D9648D
Text Example
Text Example
White with #D9648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9648D; }
p { color: rgb(217,100,141); }
H1.HeaderClassName
{
color: #D9648D;
}
.AnyTagClassName
{
color: #D9648D;
}
</style>
background-color css
<style>
a { background-color: #D9648D; }
a { background-color: rgb(217,100,141); }
div.DivClassName
{
background-color: #D9648D;
}
.BgClassName
{
background-color: #D9648D;
}
</style>
border-color css
<style>
span { border-color: #D9648D; }
span { border-color: rgb(217,100,141); }
td.TdClassName
{
border-color: #D9648D;
}
.TagClassName
{
border-color: #D9648D;
}
</style>