Shades of Pale Violet Red #D6729B
Tints of Pale Violet Red #D6729B
RGB
CMYK
RGB Variations
Color information
#D6729B (or 0xD6729B) is known color: Pale Violet Red. HEX triplet: D6, 72 and 9B. RGB value is (214,114,155). Sum of RGB (Red+Green+Blue) = 214+114+155=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6729B is #298D64. Grayscale: #949494. Windows color (decimal): -2723173 or 10187478. OLE color: 10187478.
HSL color Cylindrical-coordinate representation of color #D6729B: hue angle of 335.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6729B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 155 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.16 |
| HSL | 335.4º | 0.55% | 0.64% | - |
| HSV(B) | 335.4º | 0.47% | 0.84% | - |
| XYZ | 39.67 | 28.7 | 34.46 | - |
| YUV | 148.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 155 | 0 | 0.47 | 0.28 | 0.16 | 335.4 | 0.55 | 0.64 |
| Hex | D6 | 72 | 9B | 0 | 2F | 1C | 10 | 14F | 37 | 40 |
| Octal | 326 | 162 | 233 | 0 | 57 | 34 | 20 | 517 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10011011 | 0 | 101111 | 11100 | 10000 | 101001111 | 110111 | 1000000 |
Color Harmonies of #D6729B
Complementary color
Monochromatic Colors of #D6729B
Black with #D6729B
Text Example
Text Example
White with #D6729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6729B; }
p { color: rgb(214,114,155); }
H1.HeaderClassName
{
color: #D6729B;
}
.AnyTagClassName
{
color: #D6729B;
}
</style>
background-color css
<style>
a { background-color: #D6729B; }
a { background-color: rgb(214,114,155); }
div.DivClassName
{
background-color: #D6729B;
}
.BgClassName
{
background-color: #D6729B;
}
</style>
border-color css
<style>
span { border-color: #D6729B; }
span { border-color: rgb(214,114,155); }
td.TdClassName
{
border-color: #D6729B;
}
.TagClassName
{
border-color: #D6729B;
}
</style>