Shades of Petite Orchid #D99B99
Tints of Petite Orchid #D99B99
RGB
CMYK
RGB Variations
Color information
#D99B99 (or 0xD99B99) is known color: Petite Orchid. HEX triplet: D9, 9B and 99. RGB value is (217,155,153). Sum of RGB (Red+Green+Blue) = 217+155+153=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B99 is #266466. Grayscale: #ADADAD. Windows color (decimal): -2516071 or 10066905. OLE color: 10066905.
HSL color Cylindrical-coordinate representation of color #D99B99: hue angle of 1.88º 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 #D99B99 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 153 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.15 |
| HSL | 1.88º | 0.46% | 0.73% | - |
| HSV(B) | 1.88º | 0.29% | 0.85% | - |
| XYZ | 46.09 | 40.49 | 35.52 | - |
| YUV | 173.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 153 | 0 | 0.29 | 0.29 | 0.15 | 1.88 | 0.46 | 0.73 |
| Hex | D9 | 9B | 99 | 0 | 1D | 1D | F | 2 | 2E | 49 |
| Octal | 331 | 233 | 231 | 0 | 35 | 35 | 17 | 2 | 56 | 111 |
| Binary | 11011001 | 10011011 | 10011001 | 0 | 11101 | 11101 | 1111 | 10 | 101110 | 1001001 |
Color Harmonies of #D99B99
Complementary color
Monochromatic Colors of #D99B99
Black with #D99B99
Text Example
Text Example
White with #D99B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B99; }
p { color: rgb(217,155,153); }
H1.HeaderClassName
{
color: #D99B99;
}
.AnyTagClassName
{
color: #D99B99;
}
</style>
background-color css
<style>
a { background-color: #D99B99; }
a { background-color: rgb(217,155,153); }
div.DivClassName
{
background-color: #D99B99;
}
.BgClassName
{
background-color: #D99B99;
}
</style>
border-color css
<style>
span { border-color: #D99B99; }
span { border-color: rgb(217,155,153); }
td.TdClassName
{
border-color: #D99B99;
}
.TagClassName
{
border-color: #D99B99;
}
</style>