Shades of Petite Orchid #D39D9A
Tints of Petite Orchid #D39D9A
RGB
CMYK
RGB Variations
Color information
#D39D9A (or 0xD39D9A) is known color: Petite Orchid. HEX triplet: D3, 9D and 9A. RGB value is (211,157,154). Sum of RGB (Red+Green+Blue) = 211+157+154=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39D9A is #2C6265. Grayscale: #ACACAC. Windows color (decimal): -2908774 or 10132947. OLE color: 10132947.
HSL color Cylindrical-coordinate representation of color #D39D9A: hue angle of 3.16º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39D9A is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 154 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.17 |
| HSL | 3.16º | 0.39% | 0.72% | - |
| HSV(B) | 3.16º | 0.27% | 0.83% | - |
| XYZ | 44.75 | 40.3 | 35.99 | - |
| YUV | 172.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 154 | 0 | 0.26 | 0.27 | 0.17 | 3.16 | 0.39 | 0.72 |
| Hex | D3 | 9D | 9A | 0 | 1A | 1B | 11 | 3 | 27 | 48 |
| Octal | 323 | 235 | 232 | 0 | 32 | 33 | 21 | 3 | 47 | 110 |
| Binary | 11010011 | 10011101 | 10011010 | 0 | 11010 | 11011 | 10001 | 11 | 100111 | 1001000 |
Color Harmonies of #D39D9A
Complementary color
Monochromatic Colors of #D39D9A
Black with #D39D9A
Text Example
Text Example
White with #D39D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39D9A; }
p { color: rgb(211,157,154); }
H1.HeaderClassName
{
color: #D39D9A;
}
.AnyTagClassName
{
color: #D39D9A;
}
</style>
background-color css
<style>
a { background-color: #D39D9A; }
a { background-color: rgb(211,157,154); }
div.DivClassName
{
background-color: #D39D9A;
}
.BgClassName
{
background-color: #D39D9A;
}
</style>
border-color css
<style>
span { border-color: #D39D9A; }
span { border-color: rgb(211,157,154); }
td.TdClassName
{
border-color: #D39D9A;
}
.TagClassName
{
border-color: #D39D9A;
}
</style>