Shades of Petite Orchid #D99892
Tints of Petite Orchid #D99892
RGB
CMYK
RGB Variations
Color information
#D99892 (or 0xD99892) is known color: Petite Orchid. HEX triplet: D9, 98 and 92. RGB value is (217,152,146). Sum of RGB (Red+Green+Blue) = 217+152+146=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99892 is #26676D. Grayscale: #AAAAAA. Windows color (decimal): -2516846 or 9607385. OLE color: 9607385.
HSL color Cylindrical-coordinate representation of color #D99892: hue angle of 5.07º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99892 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 146 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.15 |
| HSL | 5.07º | 0.48% | 0.71% | - |
| HSV(B) | 5.07º | 0.33% | 0.85% | - |
| XYZ | 45.03 | 39.28 | 32.4 | - |
| YUV | 170.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 146 | 0 | 0.30 | 0.33 | 0.15 | 5.07 | 0.48 | 0.71 |
| Hex | D9 | 98 | 92 | 0 | 1E | 21 | F | 5 | 30 | 47 |
| Octal | 331 | 230 | 222 | 0 | 36 | 41 | 17 | 5 | 60 | 107 |
| Binary | 11011001 | 10011000 | 10010010 | 0 | 11110 | 100001 | 1111 | 101 | 110000 | 1000111 |
Color Harmonies of #D99892
Complementary color
Monochromatic Colors of #D99892
Black with #D99892
Text Example
Text Example
White with #D99892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99892; }
p { color: rgb(217,152,146); }
H1.HeaderClassName
{
color: #D99892;
}
.AnyTagClassName
{
color: #D99892;
}
</style>
background-color css
<style>
a { background-color: #D99892; }
a { background-color: rgb(217,152,146); }
div.DivClassName
{
background-color: #D99892;
}
.BgClassName
{
background-color: #D99892;
}
</style>
border-color css
<style>
span { border-color: #D99892; }
span { border-color: rgb(217,152,146); }
td.TdClassName
{
border-color: #D99892;
}
.TagClassName
{
border-color: #D99892;
}
</style>