Shades of Petite Orchid #D39897
Tints of Petite Orchid #D39897
RGB
CMYK
RGB Variations
Color information
#D39897 (or 0xD39897) is known color: Petite Orchid. HEX triplet: D3, 98 and 97. RGB value is (211,152,151). Sum of RGB (Red+Green+Blue) = 211+152+151=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D39897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39897 is #2C6768. Grayscale: #A9A9A9. Windows color (decimal): -2910057 or 9935059. OLE color: 9935059.
HSL color Cylindrical-coordinate representation of color #D39897: hue angle of 1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D39897 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 151 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.17 |
| HSL | 1º | 0.41% | 0.71% | - |
| HSV(B) | 1º | 0.28% | 0.83% | - |
| XYZ | 43.68 | 38.54 | 34.41 | - |
| YUV | 169.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 151 | 0 | 0.28 | 0.28 | 0.17 | 1 | 0.41 | 0.71 |
| Hex | D3 | 98 | 97 | 0 | 1C | 1C | 11 | 1 | 29 | 47 |
| Octal | 323 | 230 | 227 | 0 | 34 | 34 | 21 | 1 | 51 | 107 |
| Binary | 11010011 | 10011000 | 10010111 | 0 | 11100 | 11100 | 10001 | 1 | 101001 | 1000111 |
Color Harmonies of #D39897
Complementary color
Monochromatic Colors of #D39897
Black with #D39897
Text Example
Text Example
White with #D39897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39897; }
p { color: rgb(211,152,151); }
H1.HeaderClassName
{
color: #D39897;
}
.AnyTagClassName
{
color: #D39897;
}
</style>
background-color css
<style>
a { background-color: #D39897; }
a { background-color: rgb(211,152,151); }
div.DivClassName
{
background-color: #D39897;
}
.BgClassName
{
background-color: #D39897;
}
</style>
border-color css
<style>
span { border-color: #D39897; }
span { border-color: rgb(211,152,151); }
td.TdClassName
{
border-color: #D39897;
}
.TagClassName
{
border-color: #D39897;
}
</style>