Shades of Pale Violet Red #D9638B
Tints of Pale Violet Red #D9638B
RGB
CMYK
RGB Variations
Color information
#D9638B (or 0xD9638B) is known color: Pale Violet Red. HEX triplet: D9, 63 and 8B. RGB value is (217,99,139). Sum of RGB (Red+Green+Blue) = 217+99+139=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9638B is #269C74. Grayscale: #8A8A8A. Windows color (decimal): -2530421 or 9135065. OLE color: 9135065.
HSL color Cylindrical-coordinate representation of color #D9638B: hue angle of 339.66º 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 #D9638B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 139 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.15 |
| HSL | 339.66º | 0.61% | 0.62% | - |
| HSV(B) | 339.66º | 0.54% | 0.85% | - |
| XYZ | 37.74 | 25.54 | 27.37 | - |
| YUV | 138.84 | 128.09 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 139 | 0 | 0.54 | 0.36 | 0.15 | 339.66 | 0.61 | 0.62 |
| Hex | D9 | 63 | 8B | 0 | 36 | 24 | F | 154 | 3D | 3E |
| Octal | 331 | 143 | 213 | 0 | 66 | 44 | 17 | 524 | 75 | 76 |
| Binary | 11011001 | 1100011 | 10001011 | 0 | 110110 | 100100 | 1111 | 101010100 | 111101 | 111110 |
Color Harmonies of #D9638B
Complementary color
Monochromatic Colors of #D9638B
Black with #D9638B
Text Example
Text Example
White with #D9638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9638B; }
p { color: rgb(217,99,139); }
H1.HeaderClassName
{
color: #D9638B;
}
.AnyTagClassName
{
color: #D9638B;
}
</style>
background-color css
<style>
a { background-color: #D9638B; }
a { background-color: rgb(217,99,139); }
div.DivClassName
{
background-color: #D9638B;
}
.BgClassName
{
background-color: #D9638B;
}
</style>
border-color css
<style>
span { border-color: #D9638B; }
span { border-color: rgb(217,99,139); }
td.TdClassName
{
border-color: #D9638B;
}
.TagClassName
{
border-color: #D9638B;
}
</style>