Shades of Petite Orchid #D1988F
Tints of Petite Orchid #D1988F
RGB
CMYK
RGB Variations
Color information
#D1988F (or 0xD1988F) is known color: Petite Orchid. HEX triplet: D1, 98 and 8F. RGB value is (209,152,143). Sum of RGB (Red+Green+Blue) = 209+152+143=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1988F is #2E6770. Grayscale: #A8A8A8. Windows color (decimal): -3041137 or 9410769. OLE color: 9410769.
HSL color Cylindrical-coordinate representation of color #D1988F: hue angle of 8.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1988F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 143 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.18 |
| HSL | 8.18º | 0.42% | 0.69% | - |
| HSV(B) | 8.18º | 0.32% | 0.82% | - |
| XYZ | 42.48 | 37.99 | 31.08 | - |
| YUV | 168.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 143 | 0 | 0.27 | 0.32 | 0.18 | 8.18 | 0.42 | 0.69 |
| Hex | D1 | 98 | 8F | 0 | 1B | 20 | 12 | 8 | 2A | 45 |
| Octal | 321 | 230 | 217 | 0 | 33 | 40 | 22 | 10 | 52 | 105 |
| Binary | 11010001 | 10011000 | 10001111 | 0 | 11011 | 100000 | 10010 | 1000 | 101010 | 1000101 |
Color Harmonies of #D1988F
Complementary color
Monochromatic Colors of #D1988F
Black with #D1988F
Text Example
Text Example
White with #D1988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1988F; }
p { color: rgb(209,152,143); }
H1.HeaderClassName
{
color: #D1988F;
}
.AnyTagClassName
{
color: #D1988F;
}
</style>
background-color css
<style>
a { background-color: #D1988F; }
a { background-color: rgb(209,152,143); }
div.DivClassName
{
background-color: #D1988F;
}
.BgClassName
{
background-color: #D1988F;
}
</style>
border-color css
<style>
span { border-color: #D1988F; }
span { border-color: rgb(209,152,143); }
td.TdClassName
{
border-color: #D1988F;
}
.TagClassName
{
border-color: #D1988F;
}
</style>