Shades of Pale Violet Red #D9658B
Tints of Pale Violet Red #D9658B
RGB
CMYK
RGB Variations
Color information
#D9658B (or 0xD9658B) is known color: Pale Violet Red. HEX triplet: D9, 65 and 8B. RGB value is (217,101,139). Sum of RGB (Red+Green+Blue) = 217+101+139=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9658B is #269A74. Grayscale: #8B8B8B. Windows color (decimal): -2529909 or 9135577. OLE color: 9135577.
HSL color Cylindrical-coordinate representation of color #D9658B: hue angle of 340.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9658B is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 139 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.15 |
| HSL | 340.34º | 0.6% | 0.62% | - |
| HSV(B) | 340.34º | 0.53% | 0.85% | - |
| XYZ | 37.93 | 25.92 | 27.43 | - |
| YUV | 140.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 139 | 0 | 0.53 | 0.36 | 0.15 | 340.34 | 0.6 | 0.62 |
| Hex | D9 | 65 | 8B | 0 | 35 | 24 | F | 154 | 3C | 3E |
| Octal | 331 | 145 | 213 | 0 | 65 | 44 | 17 | 524 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10001011 | 0 | 110101 | 100100 | 1111 | 101010100 | 111100 | 111110 |
Color Harmonies of #D9658B
Complementary color
Monochromatic Colors of #D9658B
Black with #D9658B
Text Example
Text Example
White with #D9658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9658B; }
p { color: rgb(217,101,139); }
H1.HeaderClassName
{
color: #D9658B;
}
.AnyTagClassName
{
color: #D9658B;
}
</style>
background-color css
<style>
a { background-color: #D9658B; }
a { background-color: rgb(217,101,139); }
div.DivClassName
{
background-color: #D9658B;
}
.BgClassName
{
background-color: #D9658B;
}
</style>
border-color css
<style>
span { border-color: #D9658B; }
span { border-color: rgb(217,101,139); }
td.TdClassName
{
border-color: #D9658B;
}
.TagClassName
{
border-color: #D9658B;
}
</style>