Shades of Petite Orchid #D99F9A
Tints of Petite Orchid #D99F9A
RGB
CMYK
RGB Variations
Color information
#D99F9A (or 0xD99F9A) is known color: Petite Orchid. HEX triplet: D9, 9F and 9A. RGB value is (217,159,154). Sum of RGB (Red+Green+Blue) = 217+159+154=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F9A is #266065. Grayscale: #AFAFAF. Windows color (decimal): -2515046 or 10133465. OLE color: 10133465.
HSL color Cylindrical-coordinate representation of color #D99F9A: hue angle of 4.76º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99F9A is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 154 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.15 |
| HSL | 4.76º | 0.45% | 0.73% | - |
| HSV(B) | 4.76º | 0.29% | 0.85% | - |
| XYZ | 46.85 | 41.88 | 36.19 | - |
| YUV | 175.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 154 | 0 | 0.27 | 0.29 | 0.15 | 4.76 | 0.45 | 0.73 |
| Hex | D9 | 9F | 9A | 0 | 1B | 1D | F | 5 | 2D | 49 |
| Octal | 331 | 237 | 232 | 0 | 33 | 35 | 17 | 5 | 55 | 111 |
| Binary | 11011001 | 10011111 | 10011010 | 0 | 11011 | 11101 | 1111 | 101 | 101101 | 1001001 |
Color Harmonies of #D99F9A
Complementary color
Monochromatic Colors of #D99F9A
Black with #D99F9A
Text Example
Text Example
White with #D99F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F9A; }
p { color: rgb(217,159,154); }
H1.HeaderClassName
{
color: #D99F9A;
}
.AnyTagClassName
{
color: #D99F9A;
}
</style>
background-color css
<style>
a { background-color: #D99F9A; }
a { background-color: rgb(217,159,154); }
div.DivClassName
{
background-color: #D99F9A;
}
.BgClassName
{
background-color: #D99F9A;
}
</style>
border-color css
<style>
span { border-color: #D99F9A; }
span { border-color: rgb(217,159,154); }
td.TdClassName
{
border-color: #D99F9A;
}
.TagClassName
{
border-color: #D99F9A;
}
</style>