Shades of Pale Violet Red #D9668C
Tints of Pale Violet Red #D9668C
RGB
CMYK
RGB Variations
Color information
#D9668C (or 0xD9668C) is known color: Pale Violet Red. HEX triplet: D9, 66 and 8C. RGB value is (217,102,140). Sum of RGB (Red+Green+Blue) = 217+102+140=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9668C is #269973. Grayscale: #8C8C8C. Windows color (decimal): -2529652 or 9201369. OLE color: 9201369.
HSL color Cylindrical-coordinate representation of color #D9668C: hue angle of 340.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9668C is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 140 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.15 |
| HSL | 340.17º | 0.6% | 0.63% | - |
| HSV(B) | 340.17º | 0.53% | 0.85% | - |
| XYZ | 38.1 | 26.15 | 27.85 | - |
| YUV | 140.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 140 | 0 | 0.53 | 0.35 | 0.15 | 340.17 | 0.6 | 0.63 |
| Hex | D9 | 66 | 8C | 0 | 35 | 23 | F | 154 | 3C | 3F |
| Octal | 331 | 146 | 214 | 0 | 65 | 43 | 17 | 524 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10001100 | 0 | 110101 | 100011 | 1111 | 101010100 | 111100 | 111111 |
Color Harmonies of #D9668C
Complementary color
Monochromatic Colors of #D9668C
Black with #D9668C
Text Example
Text Example
White with #D9668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9668C; }
p { color: rgb(217,102,140); }
H1.HeaderClassName
{
color: #D9668C;
}
.AnyTagClassName
{
color: #D9668C;
}
</style>
background-color css
<style>
a { background-color: #D9668C; }
a { background-color: rgb(217,102,140); }
div.DivClassName
{
background-color: #D9668C;
}
.BgClassName
{
background-color: #D9668C;
}
</style>
border-color css
<style>
span { border-color: #D9668C; }
span { border-color: rgb(217,102,140); }
td.TdClassName
{
border-color: #D9668C;
}
.TagClassName
{
border-color: #D9668C;
}
</style>