Shades of Petite Orchid #D29896
Tints of Petite Orchid #D29896
RGB
CMYK
RGB Variations
Color information
#D29896 (or 0xD29896) is known color: Petite Orchid. HEX triplet: D2, 98 and 96. RGB value is (210,152,150). Sum of RGB (Red+Green+Blue) = 210+152+150=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29896 is #2D6769. Grayscale: #A9A9A9. Windows color (decimal): -2975594 or 9869522. OLE color: 9869522.
HSL color Cylindrical-coordinate representation of color #D29896: hue angle of 2º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29896 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 150 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.18 |
| HSL | 2º | 0.4% | 0.71% | - |
| HSV(B) | 2º | 0.29% | 0.82% | - |
| XYZ | 43.31 | 38.36 | 33.98 | - |
| YUV | 169.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 150 | 0 | 0.28 | 0.29 | 0.18 | 2 | 0.4 | 0.71 |
| Hex | D2 | 98 | 96 | 0 | 1C | 1D | 12 | 2 | 28 | 47 |
| Octal | 322 | 230 | 226 | 0 | 34 | 35 | 22 | 2 | 50 | 107 |
| Binary | 11010010 | 10011000 | 10010110 | 0 | 11100 | 11101 | 10010 | 10 | 101000 | 1000111 |
Color Harmonies of #D29896
Complementary color
Monochromatic Colors of #D29896
Black with #D29896
Text Example
Text Example
White with #D29896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29896; }
p { color: rgb(210,152,150); }
H1.HeaderClassName
{
color: #D29896;
}
.AnyTagClassName
{
color: #D29896;
}
</style>
background-color css
<style>
a { background-color: #D29896; }
a { background-color: rgb(210,152,150); }
div.DivClassName
{
background-color: #D29896;
}
.BgClassName
{
background-color: #D29896;
}
</style>
border-color css
<style>
span { border-color: #D29896; }
span { border-color: rgb(210,152,150); }
td.TdClassName
{
border-color: #D29896;
}
.TagClassName
{
border-color: #D29896;
}
</style>