Shades of Pale Violet Red #D37C9C
Tints of Pale Violet Red #D37C9C
RGB
CMYK
RGB Variations
Color information
#D37C9C (or 0xD37C9C) is known color: Pale Violet Red. HEX triplet: D3, 7C and 9C. RGB value is (211,124,156). Sum of RGB (Red+Green+Blue) = 211+124+156=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37C9C is #2C8363. Grayscale: #999999. Windows color (decimal): -2917220 or 10255571. OLE color: 10255571.
HSL color Cylindrical-coordinate representation of color #D37C9C: hue angle of 337.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37C9C is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 156 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.17 |
| HSL | 337.93º | 0.5% | 0.66% | - |
| HSV(B) | 337.93º | 0.41% | 0.83% | - |
| XYZ | 40.07 | 30.66 | 35.26 | - |
| YUV | 153.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 156 | 0 | 0.41 | 0.26 | 0.17 | 337.93 | 0.5 | 0.66 |
| Hex | D3 | 7C | 9C | 0 | 29 | 1A | 11 | 152 | 32 | 42 |
| Octal | 323 | 174 | 234 | 0 | 51 | 32 | 21 | 522 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10011100 | 0 | 101001 | 11010 | 10001 | 101010010 | 110010 | 1000010 |
Color Harmonies of #D37C9C
Complementary color
Monochromatic Colors of #D37C9C
Black with #D37C9C
Text Example
Text Example
White with #D37C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C9C; }
p { color: rgb(211,124,156); }
H1.HeaderClassName
{
color: #D37C9C;
}
.AnyTagClassName
{
color: #D37C9C;
}
</style>
background-color css
<style>
a { background-color: #D37C9C; }
a { background-color: rgb(211,124,156); }
div.DivClassName
{
background-color: #D37C9C;
}
.BgClassName
{
background-color: #D37C9C;
}
</style>
border-color css
<style>
span { border-color: #D37C9C; }
span { border-color: rgb(211,124,156); }
td.TdClassName
{
border-color: #D37C9C;
}
.TagClassName
{
border-color: #D37C9C;
}
</style>