Shades of Petite Orchid #D39A95
Tints of Petite Orchid #D39A95
RGB
CMYK
RGB Variations
Color information
#D39A95 (or 0xD39A95) is known color: Petite Orchid. HEX triplet: D3, 9A and 95. RGB value is (211,154,149). Sum of RGB (Red+Green+Blue) = 211+154+149=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39A95 is #2C656A. Grayscale: #AAAAAA. Windows color (decimal): -2909547 or 9804499. OLE color: 9804499.
HSL color Cylindrical-coordinate representation of color #D39A95: hue angle of 4.84º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39A95 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 149 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.17 |
| HSL | 4.84º | 0.41% | 0.71% | - |
| HSV(B) | 4.84º | 0.29% | 0.83% | - |
| XYZ | 43.84 | 39.13 | 33.68 | - |
| YUV | 170.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 149 | 0 | 0.27 | 0.29 | 0.17 | 4.84 | 0.41 | 0.71 |
| Hex | D3 | 9A | 95 | 0 | 1B | 1D | 11 | 5 | 29 | 47 |
| Octal | 323 | 232 | 225 | 0 | 33 | 35 | 21 | 5 | 51 | 107 |
| Binary | 11010011 | 10011010 | 10010101 | 0 | 11011 | 11101 | 10001 | 101 | 101001 | 1000111 |
Color Harmonies of #D39A95
Complementary color
Monochromatic Colors of #D39A95
Black with #D39A95
Text Example
Text Example
White with #D39A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39A95; }
p { color: rgb(211,154,149); }
H1.HeaderClassName
{
color: #D39A95;
}
.AnyTagClassName
{
color: #D39A95;
}
</style>
background-color css
<style>
a { background-color: #D39A95; }
a { background-color: rgb(211,154,149); }
div.DivClassName
{
background-color: #D39A95;
}
.BgClassName
{
background-color: #D39A95;
}
</style>
border-color css
<style>
span { border-color: #D39A95; }
span { border-color: rgb(211,154,149); }
td.TdClassName
{
border-color: #D39A95;
}
.TagClassName
{
border-color: #D39A95;
}
</style>