Shades of Petite Orchid #D99189
Tints of Petite Orchid #D99189
RGB
CMYK
RGB Variations
Color information
#D99189 (or 0xD99189) is known color: Petite Orchid. HEX triplet: D9, 91 and 89. RGB value is (217,145,137). Sum of RGB (Red+Green+Blue) = 217+145+137=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99189 is #266E76. Grayscale: #A5A5A5. Windows color (decimal): -2518647 or 9015769. OLE color: 9015769.
HSL color Cylindrical-coordinate representation of color #D99189: hue angle of 6º 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 #D99189 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 137 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.15 |
| HSL | 6º | 0.51% | 0.69% | - |
| HSV(B) | 6º | 0.37% | 0.85% | - |
| XYZ | 43.26 | 36.81 | 28.49 | - |
| YUV | 165.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 137 | 0 | 0.33 | 0.37 | 0.15 | 6 | 0.51 | 0.69 |
| Hex | D9 | 91 | 89 | 0 | 21 | 25 | F | 6 | 33 | 45 |
| Octal | 331 | 221 | 211 | 0 | 41 | 45 | 17 | 6 | 63 | 105 |
| Binary | 11011001 | 10010001 | 10001001 | 0 | 100001 | 100101 | 1111 | 110 | 110011 | 1000101 |
Color Harmonies of #D99189
Complementary color
Monochromatic Colors of #D99189
Black with #D99189
Text Example
Text Example
White with #D99189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99189; }
p { color: rgb(217,145,137); }
H1.HeaderClassName
{
color: #D99189;
}
.AnyTagClassName
{
color: #D99189;
}
</style>
background-color css
<style>
a { background-color: #D99189; }
a { background-color: rgb(217,145,137); }
div.DivClassName
{
background-color: #D99189;
}
.BgClassName
{
background-color: #D99189;
}
</style>
border-color css
<style>
span { border-color: #D99189; }
span { border-color: rgb(217,145,137); }
td.TdClassName
{
border-color: #D99189;
}
.TagClassName
{
border-color: #D99189;
}
</style>