Shades of Pale Violet Red #D37395
Tints of Pale Violet Red #D37395
RGB
CMYK
RGB Variations
Color information
#D37395 (or 0xD37395) is known color: Pale Violet Red. HEX triplet: D3, 73 and 95. RGB value is (211,115,149). Sum of RGB (Red+Green+Blue) = 211+115+149=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D37395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37395 is #2C8C6A. Grayscale: #939393. Windows color (decimal): -2919531 or 9794515. OLE color: 9794515.
HSL color Cylindrical-coordinate representation of color #D37395: hue angle of 338.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37395 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 149 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.17 |
| HSL | 338.75º | 0.52% | 0.64% | - |
| HSV(B) | 338.75º | 0.45% | 0.83% | - |
| XYZ | 38.42 | 28.28 | 31.87 | - |
| YUV | 147.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 149 | 0 | 0.45 | 0.29 | 0.17 | 338.75 | 0.52 | 0.64 |
| Hex | D3 | 73 | 95 | 0 | 2D | 1D | 11 | 153 | 34 | 40 |
| Octal | 323 | 163 | 225 | 0 | 55 | 35 | 21 | 523 | 64 | 100 |
| Binary | 11010011 | 1110011 | 10010101 | 0 | 101101 | 11101 | 10001 | 101010011 | 110100 | 1000000 |
Color Harmonies of #D37395
Complementary color
Monochromatic Colors of #D37395
Black with #D37395
Text Example
Text Example
White with #D37395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37395; }
p { color: rgb(211,115,149); }
H1.HeaderClassName
{
color: #D37395;
}
.AnyTagClassName
{
color: #D37395;
}
</style>
background-color css
<style>
a { background-color: #D37395; }
a { background-color: rgb(211,115,149); }
div.DivClassName
{
background-color: #D37395;
}
.BgClassName
{
background-color: #D37395;
}
</style>
border-color css
<style>
span { border-color: #D37395; }
span { border-color: rgb(211,115,149); }
td.TdClassName
{
border-color: #D37395;
}
.TagClassName
{
border-color: #D37395;
}
</style>