Shades of Petite Orchid #D99289
Tints of Petite Orchid #D99289
RGB
CMYK
RGB Variations
Color information
#D99289 (or 0xD99289) is known color: Petite Orchid. HEX triplet: D9, 92 and 89. RGB value is (217,146,137). Sum of RGB (Red+Green+Blue) = 217+146+137=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D99289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99289 is #266D76. Grayscale: #A6A6A6. Windows color (decimal): -2518391 or 9016025. OLE color: 9016025.
HSL color Cylindrical-coordinate representation of color #D99289: hue angle of 6.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99289 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 137 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.15 |
| HSL | 6.75º | 0.51% | 0.69% | - |
| HSV(B) | 6.75º | 0.37% | 0.85% | - |
| XYZ | 43.41 | 37.12 | 28.54 | - |
| YUV | 166.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 137 | 0 | 0.33 | 0.37 | 0.15 | 6.75 | 0.51 | 0.69 |
| Hex | D9 | 92 | 89 | 0 | 21 | 25 | F | 7 | 33 | 45 |
| Octal | 331 | 222 | 211 | 0 | 41 | 45 | 17 | 7 | 63 | 105 |
| Binary | 11011001 | 10010010 | 10001001 | 0 | 100001 | 100101 | 1111 | 111 | 110011 | 1000101 |
Color Harmonies of #D99289
Complementary color
Monochromatic Colors of #D99289
Black with #D99289
Text Example
Text Example
White with #D99289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99289; }
p { color: rgb(217,146,137); }
H1.HeaderClassName
{
color: #D99289;
}
.AnyTagClassName
{
color: #D99289;
}
</style>
background-color css
<style>
a { background-color: #D99289; }
a { background-color: rgb(217,146,137); }
div.DivClassName
{
background-color: #D99289;
}
.BgClassName
{
background-color: #D99289;
}
</style>
border-color css
<style>
span { border-color: #D99289; }
span { border-color: rgb(217,146,137); }
td.TdClassName
{
border-color: #D99289;
}
.TagClassName
{
border-color: #D99289;
}
</style>