Shades of Pale Violet Red #D37B98
Tints of Pale Violet Red #D37B98
RGB
CMYK
RGB Variations
Color information
#D37B98 (or 0xD37B98) is known color: Pale Violet Red. HEX triplet: D3, 7B and 98. RGB value is (211,123,152). Sum of RGB (Red+Green+Blue) = 211+123+152=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37B98 is #2C8467. Grayscale: #989898. Windows color (decimal): -2917480 or 9993171. OLE color: 9993171.
HSL color Cylindrical-coordinate representation of color #D37B98: hue angle of 340.23º 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 #D37B98 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 152 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.17 |
| HSL | 340.23º | 0.5% | 0.65% | - |
| HSV(B) | 340.23º | 0.42% | 0.83% | - |
| XYZ | 39.61 | 30.28 | 33.46 | - |
| YUV | 152.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 152 | 0 | 0.42 | 0.28 | 0.17 | 340.23 | 0.5 | 0.65 |
| Hex | D3 | 7B | 98 | 0 | 2A | 1C | 11 | 154 | 32 | 41 |
| Octal | 323 | 173 | 230 | 0 | 52 | 34 | 21 | 524 | 62 | 101 |
| Binary | 11010011 | 1111011 | 10011000 | 0 | 101010 | 11100 | 10001 | 101010100 | 110010 | 1000001 |
Color Harmonies of #D37B98
Complementary color
Monochromatic Colors of #D37B98
Black with #D37B98
Text Example
Text Example
White with #D37B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B98; }
p { color: rgb(211,123,152); }
H1.HeaderClassName
{
color: #D37B98;
}
.AnyTagClassName
{
color: #D37B98;
}
</style>
background-color css
<style>
a { background-color: #D37B98; }
a { background-color: rgb(211,123,152); }
div.DivClassName
{
background-color: #D37B98;
}
.BgClassName
{
background-color: #D37B98;
}
</style>
border-color css
<style>
span { border-color: #D37B98; }
span { border-color: rgb(211,123,152); }
td.TdClassName
{
border-color: #D37B98;
}
.TagClassName
{
border-color: #D37B98;
}
</style>