Shades of Petite Orchid #D99993
Tints of Petite Orchid #D99993
RGB
CMYK
RGB Variations
Color information
#D99993 (or 0xD99993) is known color: Petite Orchid. HEX triplet: D9, 99 and 93. RGB value is (217,153,147). Sum of RGB (Red+Green+Blue) = 217+153+147=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D99993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99993 is #26666C. Grayscale: #ABABAB. Windows color (decimal): -2516589 or 9673177. OLE color: 9673177.
HSL color Cylindrical-coordinate representation of color #D99993: hue angle of 5.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99993 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 147 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.15 |
| HSL | 5.14º | 0.48% | 0.71% | - |
| HSV(B) | 5.14º | 0.32% | 0.85% | - |
| XYZ | 45.27 | 39.64 | 32.87 | - |
| YUV | 171.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 147 | 0 | 0.29 | 0.32 | 0.15 | 5.14 | 0.48 | 0.71 |
| Hex | D9 | 99 | 93 | 0 | 1D | 20 | F | 5 | 30 | 47 |
| Octal | 331 | 231 | 223 | 0 | 35 | 40 | 17 | 5 | 60 | 107 |
| Binary | 11011001 | 10011001 | 10010011 | 0 | 11101 | 100000 | 1111 | 101 | 110000 | 1000111 |
Color Harmonies of #D99993
Complementary color
Monochromatic Colors of #D99993
Black with #D99993
Text Example
Text Example
White with #D99993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99993; }
p { color: rgb(217,153,147); }
H1.HeaderClassName
{
color: #D99993;
}
.AnyTagClassName
{
color: #D99993;
}
</style>
background-color css
<style>
a { background-color: #D99993; }
a { background-color: rgb(217,153,147); }
div.DivClassName
{
background-color: #D99993;
}
.BgClassName
{
background-color: #D99993;
}
</style>
border-color css
<style>
span { border-color: #D99993; }
span { border-color: rgb(217,153,147); }
td.TdClassName
{
border-color: #D99993;
}
.TagClassName
{
border-color: #D99993;
}
</style>