Shades of Petite Orchid #D9928B
Tints of Petite Orchid #D9928B
RGB
CMYK
RGB Variations
Color information
#D9928B (or 0xD9928B) is known color: Petite Orchid. HEX triplet: D9, 92 and 8B. RGB value is (217,146,139). Sum of RGB (Red+Green+Blue) = 217+146+139=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9928B is #266D74. Grayscale: #A6A6A6. Windows color (decimal): -2518389 or 9147097. OLE color: 9147097.
HSL color Cylindrical-coordinate representation of color #D9928B: hue angle of 5.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9928B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 139 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.15 |
| HSL | 5.38º | 0.51% | 0.7% | - |
| HSV(B) | 5.38º | 0.36% | 0.85% | - |
| XYZ | 43.55 | 37.17 | 29.31 | - |
| YUV | 166.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 139 | 0 | 0.33 | 0.36 | 0.15 | 5.38 | 0.51 | 0.7 |
| Hex | D9 | 92 | 8B | 0 | 21 | 24 | F | 5 | 33 | 46 |
| Octal | 331 | 222 | 213 | 0 | 41 | 44 | 17 | 5 | 63 | 106 |
| Binary | 11011001 | 10010010 | 10001011 | 0 | 100001 | 100100 | 1111 | 101 | 110011 | 1000110 |
Color Harmonies of #D9928B
Complementary color
Monochromatic Colors of #D9928B
Black with #D9928B
Text Example
Text Example
White with #D9928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9928B; }
p { color: rgb(217,146,139); }
H1.HeaderClassName
{
color: #D9928B;
}
.AnyTagClassName
{
color: #D9928B;
}
</style>
background-color css
<style>
a { background-color: #D9928B; }
a { background-color: rgb(217,146,139); }
div.DivClassName
{
background-color: #D9928B;
}
.BgClassName
{
background-color: #D9928B;
}
</style>
border-color css
<style>
span { border-color: #D9928B; }
span { border-color: rgb(217,146,139); }
td.TdClassName
{
border-color: #D9928B;
}
.TagClassName
{
border-color: #D9928B;
}
</style>