Shades of Pale Violet Red #D67895
Tints of Pale Violet Red #D67895
RGB
CMYK
RGB Variations
Color information
#D67895 (or 0xD67895) is known color: Pale Violet Red. HEX triplet: D6, 78 and 95. RGB value is (214,120,149). Sum of RGB (Red+Green+Blue) = 214+120+149=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D67895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67895 is #29876A. Grayscale: #979797. Windows color (decimal): -2721643 or 9795798. OLE color: 9795798.
HSL color Cylindrical-coordinate representation of color #D67895: hue angle of 341.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67895 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 149 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.16 |
| HSL | 341.49º | 0.53% | 0.65% | - |
| HSV(B) | 341.49º | 0.44% | 0.84% | - |
| XYZ | 39.87 | 29.9 | 32.1 | - |
| YUV | 151.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 149 | 0 | 0.44 | 0.30 | 0.16 | 341.49 | 0.53 | 0.65 |
| Hex | D6 | 78 | 95 | 0 | 2C | 1E | 10 | 155 | 35 | 41 |
| Octal | 326 | 170 | 225 | 0 | 54 | 36 | 20 | 525 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10010101 | 0 | 101100 | 11110 | 10000 | 101010101 | 110101 | 1000001 |
Color Harmonies of #D67895
Complementary color
Monochromatic Colors of #D67895
Black with #D67895
Text Example
Text Example
White with #D67895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67895; }
p { color: rgb(214,120,149); }
H1.HeaderClassName
{
color: #D67895;
}
.AnyTagClassName
{
color: #D67895;
}
</style>
background-color css
<style>
a { background-color: #D67895; }
a { background-color: rgb(214,120,149); }
div.DivClassName
{
background-color: #D67895;
}
.BgClassName
{
background-color: #D67895;
}
</style>
border-color css
<style>
span { border-color: #D67895; }
span { border-color: rgb(214,120,149); }
td.TdClassName
{
border-color: #D67895;
}
.TagClassName
{
border-color: #D67895;
}
</style>