Shades of Petite Orchid #D09389
Tints of Petite Orchid #D09389
RGB
CMYK
RGB Variations
Color information
#D09389 (or 0xD09389) is known color: Petite Orchid. HEX triplet: D0, 93 and 89. RGB value is (208,147,137). Sum of RGB (Red+Green+Blue) = 208+147+137=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D09389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09389 is #2F6C76. Grayscale: #A4A4A4. Windows color (decimal): -3107959 or 9016272. OLE color: 9016272.
HSL color Cylindrical-coordinate representation of color #D09389: hue angle of 8.45º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09389 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 137 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.18 |
| HSL | 8.45º | 0.43% | 0.68% | - |
| HSV(B) | 8.45º | 0.34% | 0.82% | - |
| XYZ | 40.96 | 36.08 | 28.47 | - |
| YUV | 164.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 137 | 0 | 0.29 | 0.34 | 0.18 | 8.45 | 0.43 | 0.68 |
| Hex | D0 | 93 | 89 | 0 | 1D | 22 | 12 | 8 | 2B | 44 |
| Octal | 320 | 223 | 211 | 0 | 35 | 42 | 22 | 10 | 53 | 104 |
| Binary | 11010000 | 10010011 | 10001001 | 0 | 11101 | 100010 | 10010 | 1000 | 101011 | 1000100 |
Color Harmonies of #D09389
Complementary color
Monochromatic Colors of #D09389
Black with #D09389
Text Example
Text Example
White with #D09389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09389; }
p { color: rgb(208,147,137); }
H1.HeaderClassName
{
color: #D09389;
}
.AnyTagClassName
{
color: #D09389;
}
</style>
background-color css
<style>
a { background-color: #D09389; }
a { background-color: rgb(208,147,137); }
div.DivClassName
{
background-color: #D09389;
}
.BgClassName
{
background-color: #D09389;
}
</style>
border-color css
<style>
span { border-color: #D09389; }
span { border-color: rgb(208,147,137); }
td.TdClassName
{
border-color: #D09389;
}
.TagClassName
{
border-color: #D09389;
}
</style>