Shades of Pale Violet Red #D6739D
Tints of Pale Violet Red #D6739D
RGB
CMYK
RGB Variations
Color information
#D6739D (or 0xD6739D) is known color: Pale Violet Red. HEX triplet: D6, 73 and 9D. RGB value is (214,115,157). Sum of RGB (Red+Green+Blue) = 214+115+157=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6739D is #298C62. Grayscale: #959595. Windows color (decimal): -2722915 or 10318806. OLE color: 10318806.
HSL color Cylindrical-coordinate representation of color #D6739D: hue angle of 334.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6739D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 157 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.16 |
| HSL | 334.55º | 0.55% | 0.65% | - |
| HSV(B) | 334.55º | 0.46% | 0.84% | - |
| XYZ | 39.95 | 28.99 | 35.39 | - |
| YUV | 149.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 157 | 0 | 0.46 | 0.27 | 0.16 | 334.55 | 0.55 | 0.65 |
| Hex | D6 | 73 | 9D | 0 | 2E | 1B | 10 | 14F | 37 | 41 |
| Octal | 326 | 163 | 235 | 0 | 56 | 33 | 20 | 517 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10011101 | 0 | 101110 | 11011 | 10000 | 101001111 | 110111 | 1000001 |
Color Harmonies of #D6739D
Complementary color
Monochromatic Colors of #D6739D
Black with #D6739D
Text Example
Text Example
White with #D6739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6739D; }
p { color: rgb(214,115,157); }
H1.HeaderClassName
{
color: #D6739D;
}
.AnyTagClassName
{
color: #D6739D;
}
</style>
background-color css
<style>
a { background-color: #D6739D; }
a { background-color: rgb(214,115,157); }
div.DivClassName
{
background-color: #D6739D;
}
.BgClassName
{
background-color: #D6739D;
}
</style>
border-color css
<style>
span { border-color: #D6739D; }
span { border-color: rgb(214,115,157); }
td.TdClassName
{
border-color: #D6739D;
}
.TagClassName
{
border-color: #D6739D;
}
</style>