Shades of Pale Violet Red #D96892
Tints of Pale Violet Red #D96892
RGB
CMYK
RGB Variations
Color information
#D96892 (or 0xD96892) is known color: Pale Violet Red. HEX triplet: D9, 68 and 92. RGB value is (217,104,146). Sum of RGB (Red+Green+Blue) = 217+104+146=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96892 is #26976D. Grayscale: #8E8E8E. Windows color (decimal): -2529134 or 9595097. OLE color: 9595097.
HSL color Cylindrical-coordinate representation of color #D96892: hue angle of 337.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96892 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 104 | 146 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.15 |
| HSL | 337.7º | 0.6% | 0.63% | - |
| HSV(B) | 337.7º | 0.52% | 0.85% | - |
| XYZ | 38.75 | 26.73 | 30.31 | - |
| YUV | 142.58 | 129.94 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 146 | 0 | 0.52 | 0.33 | 0.15 | 337.7 | 0.6 | 0.63 |
| Hex | D9 | 68 | 92 | 0 | 34 | 21 | F | 152 | 3C | 3F |
| Octal | 331 | 150 | 222 | 0 | 64 | 41 | 17 | 522 | 74 | 77 |
| Binary | 11011001 | 1101000 | 10010010 | 0 | 110100 | 100001 | 1111 | 101010010 | 111100 | 111111 |
Color Harmonies of #D96892
Complementary color
Monochromatic Colors of #D96892
Black with #D96892
Text Example
Text Example
White with #D96892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96892; }
p { color: rgb(217,104,146); }
H1.HeaderClassName
{
color: #D96892;
}
.AnyTagClassName
{
color: #D96892;
}
</style>
background-color css
<style>
a { background-color: #D96892; }
a { background-color: rgb(217,104,146); }
div.DivClassName
{
background-color: #D96892;
}
.BgClassName
{
background-color: #D96892;
}
</style>
border-color css
<style>
span { border-color: #D96892; }
span { border-color: rgb(217,104,146); }
td.TdClassName
{
border-color: #D96892;
}
.TagClassName
{
border-color: #D96892;
}
</style>