Shades of Petite Orchid #D99587
Tints of Petite Orchid #D99587
RGB
CMYK
RGB Variations
Color information
#D99587 (or 0xD99587) is known color: Petite Orchid. HEX triplet: D9, 95 and 87. RGB value is (217,149,135). Sum of RGB (Red+Green+Blue) = 217+149+135=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99587 is #266A78. Grayscale: #A7A7A7. Windows color (decimal): -2517625 or 8885721. OLE color: 8885721.
HSL color Cylindrical-coordinate representation of color #D99587: hue angle of 10.24º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99587 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 135 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.15 |
| HSL | 10.24º | 0.52% | 0.69% | - |
| HSV(B) | 10.24º | 0.38% | 0.85% | - |
| XYZ | 43.74 | 38 | 27.95 | - |
| YUV | 167.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 135 | 0 | 0.31 | 0.38 | 0.15 | 10.24 | 0.52 | 0.69 |
| Hex | D9 | 95 | 87 | 0 | 1F | 26 | F | A | 34 | 45 |
| Octal | 331 | 225 | 207 | 0 | 37 | 46 | 17 | 12 | 64 | 105 |
| Binary | 11011001 | 10010101 | 10000111 | 0 | 11111 | 100110 | 1111 | 1010 | 110100 | 1000101 |
Color Harmonies of #D99587
Complementary color
Monochromatic Colors of #D99587
Black with #D99587
Text Example
Text Example
White with #D99587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99587; }
p { color: rgb(217,149,135); }
H1.HeaderClassName
{
color: #D99587;
}
.AnyTagClassName
{
color: #D99587;
}
</style>
background-color css
<style>
a { background-color: #D99587; }
a { background-color: rgb(217,149,135); }
div.DivClassName
{
background-color: #D99587;
}
.BgClassName
{
background-color: #D99587;
}
</style>
border-color css
<style>
span { border-color: #D99587; }
span { border-color: rgb(217,149,135); }
td.TdClassName
{
border-color: #D99587;
}
.TagClassName
{
border-color: #D99587;
}
</style>