Shades of Pale Violet Red #D9608A
Tints of Pale Violet Red #D9608A
RGB
CMYK
RGB Variations
Color information
#D9608A (or 0xD9608A) is known color: Pale Violet Red. HEX triplet: D9, 60 and 8A. RGB value is (217,96,138). Sum of RGB (Red+Green+Blue) = 217+96+138=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9608A is #269F75. Grayscale: #888888. Windows color (decimal): -2531190 or 9068761. OLE color: 9068761.
HSL color Cylindrical-coordinate representation of color #D9608A: hue angle of 339.17º 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 #D9608A is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 138 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.15 |
| HSL | 339.17º | 0.61% | 0.61% | - |
| HSV(B) | 339.17º | 0.56% | 0.85% | - |
| XYZ | 37.39 | 24.95 | 26.89 | - |
| YUV | 136.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 138 | 0 | 0.56 | 0.36 | 0.15 | 339.17 | 0.61 | 0.61 |
| Hex | D9 | 60 | 8A | 0 | 38 | 24 | F | 153 | 3D | 3D |
| Octal | 331 | 140 | 212 | 0 | 70 | 44 | 17 | 523 | 75 | 75 |
| Binary | 11011001 | 1100000 | 10001010 | 0 | 111000 | 100100 | 1111 | 101010011 | 111101 | 111101 |
Color Harmonies of #D9608A
Complementary color
Monochromatic Colors of #D9608A
Black with #D9608A
Text Example
Text Example
White with #D9608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9608A; }
p { color: rgb(217,96,138); }
H1.HeaderClassName
{
color: #D9608A;
}
.AnyTagClassName
{
color: #D9608A;
}
</style>
background-color css
<style>
a { background-color: #D9608A; }
a { background-color: rgb(217,96,138); }
div.DivClassName
{
background-color: #D9608A;
}
.BgClassName
{
background-color: #D9608A;
}
</style>
border-color css
<style>
span { border-color: #D9608A; }
span { border-color: rgb(217,96,138); }
td.TdClassName
{
border-color: #D9608A;
}
.TagClassName
{
border-color: #D9608A;
}
</style>