Shades of Pale Violet Red #D9608B
Tints of Pale Violet Red #D9608B
RGB
CMYK
RGB Variations
Color information
#D9608B (or 0xD9608B) is known color: Pale Violet Red. HEX triplet: D9, 60 and 8B. RGB value is (217,96,139). Sum of RGB (Red+Green+Blue) = 217+96+139=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D9608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9608B is #269F74. Grayscale: #898989. Windows color (decimal): -2531189 or 9134297. OLE color: 9134297.
HSL color Cylindrical-coordinate representation of color #D9608B: hue angle of 338.68º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9608B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 139 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.15 |
| HSL | 338.68º | 0.61% | 0.61% | - |
| HSV(B) | 338.68º | 0.56% | 0.85% | - |
| XYZ | 37.46 | 24.98 | 27.27 | - |
| YUV | 137.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 139 | 0 | 0.56 | 0.36 | 0.15 | 338.68 | 0.61 | 0.61 |
| Hex | D9 | 60 | 8B | 0 | 38 | 24 | F | 153 | 3D | 3D |
| Octal | 331 | 140 | 213 | 0 | 70 | 44 | 17 | 523 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10001011 | 0 | 111000 | 100100 | 1111 | 101010011 | 111101 | 111101 |
Color Harmonies of #D9608B
Complementary color
Monochromatic Colors of #D9608B
Black with #D9608B
Text Example
Text Example
White with #D9608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9608B; }
p { color: rgb(217,96,139); }
H1.HeaderClassName
{
color: #D9608B;
}
.AnyTagClassName
{
color: #D9608B;
}
</style>
background-color css
<style>
a { background-color: #D9608B; }
a { background-color: rgb(217,96,139); }
div.DivClassName
{
background-color: #D9608B;
}
.BgClassName
{
background-color: #D9608B;
}
</style>
border-color css
<style>
span { border-color: #D9608B; }
span { border-color: rgb(217,96,139); }
td.TdClassName
{
border-color: #D9608B;
}
.TagClassName
{
border-color: #D9608B;
}
</style>