Shades of Petite Orchid #D2988F
Tints of Petite Orchid #D2988F
RGB
CMYK
RGB Variations
Color information
#D2988F (or 0xD2988F) is known color: Petite Orchid. HEX triplet: D2, 98 and 8F. RGB value is (210,152,143). Sum of RGB (Red+Green+Blue) = 210+152+143=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988F is #2D6770. Grayscale: #A8A8A8. Windows color (decimal): -2975601 or 9410770. OLE color: 9410770.
HSL color Cylindrical-coordinate representation of color #D2988F: hue angle of 8.06º degrees, saturation: 0.43, 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 #D2988F is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 143 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.18 |
| HSL | 8.06º | 0.43% | 0.69% | - |
| HSV(B) | 8.06º | 0.32% | 0.82% | - |
| XYZ | 42.76 | 38.14 | 31.09 | - |
| YUV | 168.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 143 | 0 | 0.28 | 0.32 | 0.18 | 8.06 | 0.43 | 0.69 |
| Hex | D2 | 98 | 8F | 0 | 1C | 20 | 12 | 8 | 2B | 45 |
| Octal | 322 | 230 | 217 | 0 | 34 | 40 | 22 | 10 | 53 | 105 |
| Binary | 11010010 | 10011000 | 10001111 | 0 | 11100 | 100000 | 10010 | 1000 | 101011 | 1000101 |
Color Harmonies of #D2988F
Complementary color
Monochromatic Colors of #D2988F
Black with #D2988F
Text Example
Text Example
White with #D2988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2988F; }
p { color: rgb(210,152,143); }
H1.HeaderClassName
{
color: #D2988F;
}
.AnyTagClassName
{
color: #D2988F;
}
</style>
background-color css
<style>
a { background-color: #D2988F; }
a { background-color: rgb(210,152,143); }
div.DivClassName
{
background-color: #D2988F;
}
.BgClassName
{
background-color: #D2988F;
}
</style>
border-color css
<style>
span { border-color: #D2988F; }
span { border-color: rgb(210,152,143); }
td.TdClassName
{
border-color: #D2988F;
}
.TagClassName
{
border-color: #D2988F;
}
</style>