Shades of Petite Orchid #D29994
Tints of Petite Orchid #D29994
RGB
CMYK
RGB Variations
Color information
#D29994 (or 0xD29994) is known color: Petite Orchid. HEX triplet: D2, 99 and 94. RGB value is (210,153,148). Sum of RGB (Red+Green+Blue) = 210+153+148=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29994 is #2D666B. Grayscale: #A9A9A9. Windows color (decimal): -2975340 or 9738706. OLE color: 9738706.
HSL color Cylindrical-coordinate representation of color #D29994: hue angle of 4.84º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29994 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 148 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.18 |
| HSL | 4.84º | 0.41% | 0.7% | - |
| HSV(B) | 4.84º | 0.3% | 0.82% | - |
| XYZ | 43.31 | 38.62 | 33.19 | - |
| YUV | 169.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 148 | 0 | 0.27 | 0.30 | 0.18 | 4.84 | 0.41 | 0.7 |
| Hex | D2 | 99 | 94 | 0 | 1B | 1E | 12 | 5 | 29 | 46 |
| Octal | 322 | 231 | 224 | 0 | 33 | 36 | 22 | 5 | 51 | 106 |
| Binary | 11010010 | 10011001 | 10010100 | 0 | 11011 | 11110 | 10010 | 101 | 101001 | 1000110 |
Color Harmonies of #D29994
Complementary color
Monochromatic Colors of #D29994
Black with #D29994
Text Example
Text Example
White with #D29994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29994; }
p { color: rgb(210,153,148); }
H1.HeaderClassName
{
color: #D29994;
}
.AnyTagClassName
{
color: #D29994;
}
</style>
background-color css
<style>
a { background-color: #D29994; }
a { background-color: rgb(210,153,148); }
div.DivClassName
{
background-color: #D29994;
}
.BgClassName
{
background-color: #D29994;
}
</style>
border-color css
<style>
span { border-color: #D29994; }
span { border-color: rgb(210,153,148); }
td.TdClassName
{
border-color: #D29994;
}
.TagClassName
{
border-color: #D29994;
}
</style>