Shades of Pale Violet Red #D67491
Tints of Pale Violet Red #D67491
RGB
CMYK
RGB Variations
Color information
#D67491 (or 0xD67491) is known color: Pale Violet Red. HEX triplet: D6, 74 and 91. RGB value is (214,116,145). Sum of RGB (Red+Green+Blue) = 214+116+145=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D67491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67491 is #298B6E. Grayscale: #949494. Windows color (decimal): -2722671 or 9532630. OLE color: 9532630.
HSL color Cylindrical-coordinate representation of color #D67491: hue angle of 342.24º degrees, saturation: 0.54, 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 #D67491 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 145 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.16 |
| HSL | 342.24º | 0.54% | 0.65% | - |
| HSV(B) | 342.24º | 0.46% | 0.84% | - |
| XYZ | 39.09 | 28.83 | 30.29 | - |
| YUV | 148.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 145 | 0 | 0.46 | 0.32 | 0.16 | 342.24 | 0.54 | 0.65 |
| Hex | D6 | 74 | 91 | 0 | 2E | 20 | 10 | 156 | 36 | 41 |
| Octal | 326 | 164 | 221 | 0 | 56 | 40 | 20 | 526 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10010001 | 0 | 101110 | 100000 | 10000 | 101010110 | 110110 | 1000001 |
Color Harmonies of #D67491
Complementary color
Monochromatic Colors of #D67491
Black with #D67491
Text Example
Text Example
White with #D67491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67491; }
p { color: rgb(214,116,145); }
H1.HeaderClassName
{
color: #D67491;
}
.AnyTagClassName
{
color: #D67491;
}
</style>
background-color css
<style>
a { background-color: #D67491; }
a { background-color: rgb(214,116,145); }
div.DivClassName
{
background-color: #D67491;
}
.BgClassName
{
background-color: #D67491;
}
</style>
border-color css
<style>
span { border-color: #D67491; }
span { border-color: rgb(214,116,145); }
td.TdClassName
{
border-color: #D67491;
}
.TagClassName
{
border-color: #D67491;
}
</style>