Shades of Petite Orchid #D99390
Tints of Petite Orchid #D99390
RGB
CMYK
RGB Variations
Color information
#D99390 (or 0xD99390) is known color: Petite Orchid. HEX triplet: D9, 93 and 90. RGB value is (217,147,144). Sum of RGB (Red+Green+Blue) = 217+147+144=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D99390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99390 is #266C6F. Grayscale: #A7A7A7. Windows color (decimal): -2518128 or 9475033. OLE color: 9475033.
HSL color Cylindrical-coordinate representation of color #D99390: hue angle of 2.47º 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 #D99390 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 144 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.15 |
| HSL | 2.47º | 0.49% | 0.71% | - |
| HSV(B) | 2.47º | 0.34% | 0.85% | - |
| XYZ | 44.08 | 37.63 | 31.33 | - |
| YUV | 167.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 144 | 0 | 0.32 | 0.34 | 0.15 | 2.47 | 0.49 | 0.71 |
| Hex | D9 | 93 | 90 | 0 | 20 | 22 | F | 2 | 31 | 47 |
| Octal | 331 | 223 | 220 | 0 | 40 | 42 | 17 | 2 | 61 | 107 |
| Binary | 11011001 | 10010011 | 10010000 | 0 | 100000 | 100010 | 1111 | 10 | 110001 | 1000111 |
Color Harmonies of #D99390
Complementary color
Monochromatic Colors of #D99390
Black with #D99390
Text Example
Text Example
White with #D99390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99390; }
p { color: rgb(217,147,144); }
H1.HeaderClassName
{
color: #D99390;
}
.AnyTagClassName
{
color: #D99390;
}
</style>
background-color css
<style>
a { background-color: #D99390; }
a { background-color: rgb(217,147,144); }
div.DivClassName
{
background-color: #D99390;
}
.BgClassName
{
background-color: #D99390;
}
</style>
border-color css
<style>
span { border-color: #D99390; }
span { border-color: rgb(217,147,144); }
td.TdClassName
{
border-color: #D99390;
}
.TagClassName
{
border-color: #D99390;
}
</style>