Shades of Petite Orchid #D99F99
Tints of Petite Orchid #D99F99
RGB
CMYK
RGB Variations
Color information
#D99F99 (or 0xD99F99) is known color: Petite Orchid. HEX triplet: D9, 9F and 99. RGB value is (217,159,153). Sum of RGB (Red+Green+Blue) = 217+159+153=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F99 is #266066. Grayscale: #AFAFAF. Windows color (decimal): -2515047 or 10067929. OLE color: 10067929.
HSL color Cylindrical-coordinate representation of color #D99F99: hue angle of 5.62º degrees, saturation: 0.46, 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 #D99F99 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 153 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.15 |
| HSL | 5.63º | 0.46% | 0.73% | - |
| HSV(B) | 5.63º | 0.29% | 0.85% | - |
| XYZ | 46.76 | 41.85 | 35.75 | - |
| YUV | 175.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 153 | 0 | 0.27 | 0.29 | 0.15 | 5.63 | 0.46 | 0.73 |
| Hex | D9 | 9F | 99 | 0 | 1B | 1D | F | 6 | 2E | 49 |
| Octal | 331 | 237 | 231 | 0 | 33 | 35 | 17 | 6 | 56 | 111 |
| Binary | 11011001 | 10011111 | 10011001 | 0 | 11011 | 11101 | 1111 | 110 | 101110 | 1001001 |
Color Harmonies of #D99F99
Complementary color
Monochromatic Colors of #D99F99
Black with #D99F99
Text Example
Text Example
White with #D99F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F99; }
p { color: rgb(217,159,153); }
H1.HeaderClassName
{
color: #D99F99;
}
.AnyTagClassName
{
color: #D99F99;
}
</style>
background-color css
<style>
a { background-color: #D99F99; }
a { background-color: rgb(217,159,153); }
div.DivClassName
{
background-color: #D99F99;
}
.BgClassName
{
background-color: #D99F99;
}
</style>
border-color css
<style>
span { border-color: #D99F99; }
span { border-color: rgb(217,159,153); }
td.TdClassName
{
border-color: #D99F99;
}
.TagClassName
{
border-color: #D99F99;
}
</style>