Shades of Petite Orchid #D9938F
Tints of Petite Orchid #D9938F
RGB
CMYK
RGB Variations
Color information
#D9938F (or 0xD9938F) is known color: Petite Orchid. HEX triplet: D9, 93 and 8F. RGB value is (217,147,143). Sum of RGB (Red+Green+Blue) = 217+147+143=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9938F is #266C70. Grayscale: #A7A7A7. Windows color (decimal): -2518129 or 9409497. OLE color: 9409497.
HSL color Cylindrical-coordinate representation of color #D9938F: hue angle of 3.24º 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 #D9938F is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 143 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.15 |
| HSL | 3.24º | 0.49% | 0.71% | - |
| HSV(B) | 3.24º | 0.34% | 0.85% | - |
| XYZ | 44.01 | 37.6 | 30.93 | - |
| YUV | 167.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 143 | 0 | 0.32 | 0.34 | 0.15 | 3.24 | 0.49 | 0.71 |
| Hex | D9 | 93 | 8F | 0 | 20 | 22 | F | 3 | 31 | 47 |
| Octal | 331 | 223 | 217 | 0 | 40 | 42 | 17 | 3 | 61 | 107 |
| Binary | 11011001 | 10010011 | 10001111 | 0 | 100000 | 100010 | 1111 | 11 | 110001 | 1000111 |
Color Harmonies of #D9938F
Complementary color
Monochromatic Colors of #D9938F
Black with #D9938F
Text Example
Text Example
White with #D9938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9938F; }
p { color: rgb(217,147,143); }
H1.HeaderClassName
{
color: #D9938F;
}
.AnyTagClassName
{
color: #D9938F;
}
</style>
background-color css
<style>
a { background-color: #D9938F; }
a { background-color: rgb(217,147,143); }
div.DivClassName
{
background-color: #D9938F;
}
.BgClassName
{
background-color: #D9938F;
}
</style>
border-color css
<style>
span { border-color: #D9938F; }
span { border-color: rgb(217,147,143); }
td.TdClassName
{
border-color: #D9938F;
}
.TagClassName
{
border-color: #D9938F;
}
</style>