Shades of Petite Orchid #D99A8D
Tints of Petite Orchid #D99A8D
RGB
CMYK
RGB Variations
Color information
#D99A8D (or 0xD99A8D) is known color: Petite Orchid. HEX triplet: D9, 9A and 8D. RGB value is (217,154,141). Sum of RGB (Red+Green+Blue) = 217+154+141=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A8D is #266572. Grayscale: #ABABAB. Windows color (decimal): -2516339 or 9280217. OLE color: 9280217.
HSL color Cylindrical-coordinate representation of color #D99A8D: hue angle of 10.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99A8D is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 141 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.15 |
| HSL | 10.26º | 0.5% | 0.7% | - |
| HSV(B) | 10.26º | 0.35% | 0.85% | - |
| XYZ | 44.98 | 39.79 | 30.51 | - |
| YUV | 171.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 141 | 0 | 0.29 | 0.35 | 0.15 | 10.26 | 0.5 | 0.7 |
| Hex | D9 | 9A | 8D | 0 | 1D | 23 | F | A | 32 | 46 |
| Octal | 331 | 232 | 215 | 0 | 35 | 43 | 17 | 12 | 62 | 106 |
| Binary | 11011001 | 10011010 | 10001101 | 0 | 11101 | 100011 | 1111 | 1010 | 110010 | 1000110 |
Color Harmonies of #D99A8D
Complementary color
Monochromatic Colors of #D99A8D
Black with #D99A8D
Text Example
Text Example
White with #D99A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A8D; }
p { color: rgb(217,154,141); }
H1.HeaderClassName
{
color: #D99A8D;
}
.AnyTagClassName
{
color: #D99A8D;
}
</style>
background-color css
<style>
a { background-color: #D99A8D; }
a { background-color: rgb(217,154,141); }
div.DivClassName
{
background-color: #D99A8D;
}
.BgClassName
{
background-color: #D99A8D;
}
</style>
border-color css
<style>
span { border-color: #D99A8D; }
span { border-color: rgb(217,154,141); }
td.TdClassName
{
border-color: #D99A8D;
}
.TagClassName
{
border-color: #D99A8D;
}
</style>