Shades of Petite Orchid #D29789
Tints of Petite Orchid #D29789
RGB
CMYK
RGB Variations
Color information
#D29789 (or 0xD29789) is known color: Petite Orchid. HEX triplet: D2, 97 and 89. RGB value is (210,151,137). Sum of RGB (Red+Green+Blue) = 210+151+137=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29789 is #2D6876. Grayscale: #A7A7A7. Windows color (decimal): -2975863 or 9017298. OLE color: 9017298.
HSL color Cylindrical-coordinate representation of color #D29789: hue angle of 11.51º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29789 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 137 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.18 |
| HSL | 11.51º | 0.45% | 0.68% | - |
| HSV(B) | 11.51º | 0.35% | 0.82% | - |
| XYZ | 42.16 | 37.64 | 28.71 | - |
| YUV | 167.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 137 | 0 | 0.28 | 0.35 | 0.18 | 11.51 | 0.45 | 0.68 |
| Hex | D2 | 97 | 89 | 0 | 1C | 23 | 12 | C | 2D | 44 |
| Octal | 322 | 227 | 211 | 0 | 34 | 43 | 22 | 14 | 55 | 104 |
| Binary | 11010010 | 10010111 | 10001001 | 0 | 11100 | 100011 | 10010 | 1100 | 101101 | 1000100 |
Color Harmonies of #D29789
Complementary color
Monochromatic Colors of #D29789
Black with #D29789
Text Example
Text Example
White with #D29789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29789; }
p { color: rgb(210,151,137); }
H1.HeaderClassName
{
color: #D29789;
}
.AnyTagClassName
{
color: #D29789;
}
</style>
background-color css
<style>
a { background-color: #D29789; }
a { background-color: rgb(210,151,137); }
div.DivClassName
{
background-color: #D29789;
}
.BgClassName
{
background-color: #D29789;
}
</style>
border-color css
<style>
span { border-color: #D29789; }
span { border-color: rgb(210,151,137); }
td.TdClassName
{
border-color: #D29789;
}
.TagClassName
{
border-color: #D29789;
}
</style>