Shades of Petite Orchid #D99890
Tints of Petite Orchid #D99890
RGB
CMYK
RGB Variations
Color information
#D99890 (or 0xD99890) is known color: Petite Orchid. HEX triplet: D9, 98 and 90. RGB value is (217,152,144). Sum of RGB (Red+Green+Blue) = 217+152+144=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99890 is #26676F. Grayscale: #AAAAAA. Windows color (decimal): -2516848 or 9476313. OLE color: 9476313.
HSL color Cylindrical-coordinate representation of color #D99890: hue angle of 6.58º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99890 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 144 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.15 |
| HSL | 6.58º | 0.49% | 0.71% | - |
| HSV(B) | 6.58º | 0.34% | 0.85% | - |
| XYZ | 44.88 | 39.22 | 31.59 | - |
| YUV | 170.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 144 | 0 | 0.30 | 0.34 | 0.15 | 6.58 | 0.49 | 0.71 |
| Hex | D9 | 98 | 90 | 0 | 1E | 22 | F | 7 | 31 | 47 |
| Octal | 331 | 230 | 220 | 0 | 36 | 42 | 17 | 7 | 61 | 107 |
| Binary | 11011001 | 10011000 | 10010000 | 0 | 11110 | 100010 | 1111 | 111 | 110001 | 1000111 |
Color Harmonies of #D99890
Complementary color
Monochromatic Colors of #D99890
Black with #D99890
Text Example
Text Example
White with #D99890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99890; }
p { color: rgb(217,152,144); }
H1.HeaderClassName
{
color: #D99890;
}
.AnyTagClassName
{
color: #D99890;
}
</style>
background-color css
<style>
a { background-color: #D99890; }
a { background-color: rgb(217,152,144); }
div.DivClassName
{
background-color: #D99890;
}
.BgClassName
{
background-color: #D99890;
}
</style>
border-color css
<style>
span { border-color: #D99890; }
span { border-color: rgb(217,152,144); }
td.TdClassName
{
border-color: #D99890;
}
.TagClassName
{
border-color: #D99890;
}
</style>