Shades of Petite Orchid #D49389
Tints of Petite Orchid #D49389
RGB
CMYK
RGB Variations
Color information
#D49389 (or 0xD49389) is known color: Petite Orchid. HEX triplet: D4, 93 and 89. RGB value is (212,147,137). Sum of RGB (Red+Green+Blue) = 212+147+137=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D49389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49389 is #2B6C76. Grayscale: #A5A5A5. Windows color (decimal): -2845815 or 9016276. OLE color: 9016276.
HSL color Cylindrical-coordinate representation of color #D49389: hue angle of 8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49389 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 137 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.17 |
| HSL | 8º | 0.47% | 0.68% | - |
| HSV(B) | 8º | 0.35% | 0.83% | - |
| XYZ | 42.1 | 36.67 | 28.53 | - |
| YUV | 165.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 137 | 0 | 0.31 | 0.35 | 0.17 | 8 | 0.47 | 0.68 |
| Hex | D4 | 93 | 89 | 0 | 1F | 23 | 11 | 8 | 2F | 44 |
| Octal | 324 | 223 | 211 | 0 | 37 | 43 | 21 | 10 | 57 | 104 |
| Binary | 11010100 | 10010011 | 10001001 | 0 | 11111 | 100011 | 10001 | 1000 | 101111 | 1000100 |
Color Harmonies of #D49389
Complementary color
Monochromatic Colors of #D49389
Black with #D49389
Text Example
Text Example
White with #D49389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49389; }
p { color: rgb(212,147,137); }
H1.HeaderClassName
{
color: #D49389;
}
.AnyTagClassName
{
color: #D49389;
}
</style>
background-color css
<style>
a { background-color: #D49389; }
a { background-color: rgb(212,147,137); }
div.DivClassName
{
background-color: #D49389;
}
.BgClassName
{
background-color: #D49389;
}
</style>
border-color css
<style>
span { border-color: #D49389; }
span { border-color: rgb(212,147,137); }
td.TdClassName
{
border-color: #D49389;
}
.TagClassName
{
border-color: #D49389;
}
</style>