Shades of Pale Violet Red #D37B9A
Tints of Pale Violet Red #D37B9A
RGB
CMYK
RGB Variations
Color information
#D37B9A (or 0xD37B9A) is known color: Pale Violet Red. HEX triplet: D3, 7B and 9A. RGB value is (211,123,154). Sum of RGB (Red+Green+Blue) = 211+123+154=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37B9A is #2C8465. Grayscale: #989898. Windows color (decimal): -2917478 or 10124243. OLE color: 10124243.
HSL color Cylindrical-coordinate representation of color #D37B9A: hue angle of 338.86º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37B9A is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 154 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.17 |
| HSL | 338.86º | 0.5% | 0.65% | - |
| HSV(B) | 338.86º | 0.42% | 0.83% | - |
| XYZ | 39.78 | 30.35 | 34.33 | - |
| YUV | 152.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 154 | 0 | 0.42 | 0.27 | 0.17 | 338.86 | 0.5 | 0.65 |
| Hex | D3 | 7B | 9A | 0 | 2A | 1B | 11 | 153 | 32 | 41 |
| Octal | 323 | 173 | 232 | 0 | 52 | 33 | 21 | 523 | 62 | 101 |
| Binary | 11010011 | 1111011 | 10011010 | 0 | 101010 | 11011 | 10001 | 101010011 | 110010 | 1000001 |
Color Harmonies of #D37B9A
Complementary color
Monochromatic Colors of #D37B9A
Black with #D37B9A
Text Example
Text Example
White with #D37B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B9A; }
p { color: rgb(211,123,154); }
H1.HeaderClassName
{
color: #D37B9A;
}
.AnyTagClassName
{
color: #D37B9A;
}
</style>
background-color css
<style>
a { background-color: #D37B9A; }
a { background-color: rgb(211,123,154); }
div.DivClassName
{
background-color: #D37B9A;
}
.BgClassName
{
background-color: #D37B9A;
}
</style>
border-color css
<style>
span { border-color: #D37B9A; }
span { border-color: rgb(211,123,154); }
td.TdClassName
{
border-color: #D37B9A;
}
.TagClassName
{
border-color: #D37B9A;
}
</style>