Shades of Petite Orchid #D2988B
Tints of Petite Orchid #D2988B
RGB
CMYK
RGB Variations
Color information
#D2988B (or 0xD2988B) is known color: Petite Orchid. HEX triplet: D2, 98 and 8B. RGB value is (210,152,139). Sum of RGB (Red+Green+Blue) = 210+152+139=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988B is #2D6774. Grayscale: #A7A7A7. Windows color (decimal): -2975605 or 9148626. OLE color: 9148626.
HSL color Cylindrical-coordinate representation of color #D2988B: hue angle of 10.99º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2988B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 139 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.18 |
| HSL | 10.99º | 0.44% | 0.68% | - |
| HSV(B) | 10.99º | 0.34% | 0.82% | - |
| XYZ | 42.47 | 38.02 | 29.53 | - |
| YUV | 167.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 139 | 0 | 0.28 | 0.34 | 0.18 | 10.99 | 0.44 | 0.68 |
| Hex | D2 | 98 | 8B | 0 | 1C | 22 | 12 | B | 2C | 44 |
| Octal | 322 | 230 | 213 | 0 | 34 | 42 | 22 | 13 | 54 | 104 |
| Binary | 11010010 | 10011000 | 10001011 | 0 | 11100 | 100010 | 10010 | 1011 | 101100 | 1000100 |
Color Harmonies of #D2988B
Complementary color
Monochromatic Colors of #D2988B
Black with #D2988B
Text Example
Text Example
White with #D2988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2988B; }
p { color: rgb(210,152,139); }
H1.HeaderClassName
{
color: #D2988B;
}
.AnyTagClassName
{
color: #D2988B;
}
</style>
background-color css
<style>
a { background-color: #D2988B; }
a { background-color: rgb(210,152,139); }
div.DivClassName
{
background-color: #D2988B;
}
.BgClassName
{
background-color: #D2988B;
}
</style>
border-color css
<style>
span { border-color: #D2988B; }
span { border-color: rgb(210,152,139); }
td.TdClassName
{
border-color: #D2988B;
}
.TagClassName
{
border-color: #D2988B;
}
</style>