Shades of Pale Violet Red #D66A8C
Tints of Pale Violet Red #D66A8C
RGB
CMYK
RGB Variations
Color information
#D66A8C (or 0xD66A8C) is known color: Pale Violet Red. HEX triplet: D6, 6A and 8C. RGB value is (214,106,140). Sum of RGB (Red+Green+Blue) = 214+106+140=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66A8C is #299573. Grayscale: #8E8E8E. Windows color (decimal): -2725236 or 9202390. OLE color: 9202390.
HSL color Cylindrical-coordinate representation of color #D66A8C: hue angle of 341.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66A8C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 140 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.16 |
| HSL | 341.11º | 0.57% | 0.63% | - |
| HSV(B) | 341.11º | 0.5% | 0.84% | - |
| XYZ | 37.62 | 26.5 | 27.94 | - |
| YUV | 142.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 140 | 0 | 0.50 | 0.35 | 0.16 | 341.11 | 0.57 | 0.63 |
| Hex | D6 | 6A | 8C | 0 | 32 | 23 | 10 | 155 | 39 | 3F |
| Octal | 326 | 152 | 214 | 0 | 62 | 43 | 20 | 525 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10001100 | 0 | 110010 | 100011 | 10000 | 101010101 | 111001 | 111111 |
Color Harmonies of #D66A8C
Complementary color
Monochromatic Colors of #D66A8C
Black with #D66A8C
Text Example
Text Example
White with #D66A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A8C; }
p { color: rgb(214,106,140); }
H1.HeaderClassName
{
color: #D66A8C;
}
.AnyTagClassName
{
color: #D66A8C;
}
</style>
background-color css
<style>
a { background-color: #D66A8C; }
a { background-color: rgb(214,106,140); }
div.DivClassName
{
background-color: #D66A8C;
}
.BgClassName
{
background-color: #D66A8C;
}
</style>
border-color css
<style>
span { border-color: #D66A8C; }
span { border-color: rgb(214,106,140); }
td.TdClassName
{
border-color: #D66A8C;
}
.TagClassName
{
border-color: #D66A8C;
}
</style>