Shades of Petite Orchid #D8948B
Tints of Petite Orchid #D8948B
RGB
CMYK
RGB Variations
Color information
#D8948B (or 0xD8948B) is known color: Petite Orchid. HEX triplet: D8, 94 and 8B. RGB value is (216,148,139). Sum of RGB (Red+Green+Blue) = 216+148+139=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8948B is #276B74. Grayscale: #A7A7A7. Windows color (decimal): -2583413 or 9147608. OLE color: 9147608.
HSL color Cylindrical-coordinate representation of color #D8948B: hue angle of 7.01º degrees, saturation: 0.5, 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 #D8948B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 139 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.15 |
| HSL | 7.01º | 0.5% | 0.7% | - |
| HSV(B) | 7.01º | 0.36% | 0.85% | - |
| XYZ | 43.57 | 37.64 | 29.4 | - |
| YUV | 167.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 139 | 0 | 0.31 | 0.36 | 0.15 | 7.01 | 0.5 | 0.7 |
| Hex | D8 | 94 | 8B | 0 | 1F | 24 | F | 7 | 32 | 46 |
| Octal | 330 | 224 | 213 | 0 | 37 | 44 | 17 | 7 | 62 | 106 |
| Binary | 11011000 | 10010100 | 10001011 | 0 | 11111 | 100100 | 1111 | 111 | 110010 | 1000110 |
Color Harmonies of #D8948B
Complementary color
Monochromatic Colors of #D8948B
Black with #D8948B
Text Example
Text Example
White with #D8948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8948B; }
p { color: rgb(216,148,139); }
H1.HeaderClassName
{
color: #D8948B;
}
.AnyTagClassName
{
color: #D8948B;
}
</style>
background-color css
<style>
a { background-color: #D8948B; }
a { background-color: rgb(216,148,139); }
div.DivClassName
{
background-color: #D8948B;
}
.BgClassName
{
background-color: #D8948B;
}
</style>
border-color css
<style>
span { border-color: #D8948B; }
span { border-color: rgb(216,148,139); }
td.TdClassName
{
border-color: #D8948B;
}
.TagClassName
{
border-color: #D8948B;
}
</style>