Shades of Pale Violet Red #D37596
Tints of Pale Violet Red #D37596
RGB
CMYK
RGB Variations
Color information
#D37596 (or 0xD37596) is known color: Pale Violet Red. HEX triplet: D3, 75 and 96. RGB value is (211,117,150). Sum of RGB (Red+Green+Blue) = 211+117+150=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D37596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37596 is #2C8A69. Grayscale: #949494. Windows color (decimal): -2919018 or 9860563. OLE color: 9860563.
HSL color Cylindrical-coordinate representation of color #D37596: hue angle of 338.94º 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 #D37596 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 150 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.17 |
| HSL | 338.94º | 0.52% | 0.64% | - |
| HSV(B) | 338.94º | 0.45% | 0.83% | - |
| XYZ | 38.73 | 28.77 | 32.37 | - |
| YUV | 148.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 150 | 0 | 0.45 | 0.29 | 0.17 | 338.94 | 0.52 | 0.64 |
| Hex | D3 | 75 | 96 | 0 | 2D | 1D | 11 | 153 | 34 | 40 |
| Octal | 323 | 165 | 226 | 0 | 55 | 35 | 21 | 523 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10010110 | 0 | 101101 | 11101 | 10001 | 101010011 | 110100 | 1000000 |
Color Harmonies of #D37596
Complementary color
Monochromatic Colors of #D37596
Black with #D37596
Text Example
Text Example
White with #D37596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37596; }
p { color: rgb(211,117,150); }
H1.HeaderClassName
{
color: #D37596;
}
.AnyTagClassName
{
color: #D37596;
}
</style>
background-color css
<style>
a { background-color: #D37596; }
a { background-color: rgb(211,117,150); }
div.DivClassName
{
background-color: #D37596;
}
.BgClassName
{
background-color: #D37596;
}
</style>
border-color css
<style>
span { border-color: #D37596; }
span { border-color: rgb(211,117,150); }
td.TdClassName
{
border-color: #D37596;
}
.TagClassName
{
border-color: #D37596;
}
</style>