Shades of Petite Orchid #D29B96
Tints of Petite Orchid #D29B96
RGB
CMYK
RGB Variations
Color information
#D29B96 (or 0xD29B96) is known color: Petite Orchid. HEX triplet: D2, 9B and 96. RGB value is (210,155,150). Sum of RGB (Red+Green+Blue) = 210+155+150=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B96 is #2D6469. Grayscale: #AAAAAA. Windows color (decimal): -2974826 or 9870290. OLE color: 9870290.
HSL color Cylindrical-coordinate representation of color #D29B96: hue angle of 5º 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 #D29B96 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 150 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.18 |
| HSL | 5º | 0.4% | 0.71% | - |
| HSV(B) | 5º | 0.29% | 0.82% | - |
| XYZ | 43.8 | 39.35 | 34.14 | - |
| YUV | 170.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 150 | 0 | 0.26 | 0.29 | 0.18 | 5 | 0.4 | 0.71 |
| Hex | D2 | 9B | 96 | 0 | 1A | 1D | 12 | 5 | 28 | 47 |
| Octal | 322 | 233 | 226 | 0 | 32 | 35 | 22 | 5 | 50 | 107 |
| Binary | 11010010 | 10011011 | 10010110 | 0 | 11010 | 11101 | 10010 | 101 | 101000 | 1000111 |
Color Harmonies of #D29B96
Complementary color
Monochromatic Colors of #D29B96
Black with #D29B96
Text Example
Text Example
White with #D29B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B96; }
p { color: rgb(210,155,150); }
H1.HeaderClassName
{
color: #D29B96;
}
.AnyTagClassName
{
color: #D29B96;
}
</style>
background-color css
<style>
a { background-color: #D29B96; }
a { background-color: rgb(210,155,150); }
div.DivClassName
{
background-color: #D29B96;
}
.BgClassName
{
background-color: #D29B96;
}
</style>
border-color css
<style>
span { border-color: #D29B96; }
span { border-color: rgb(210,155,150); }
td.TdClassName
{
border-color: #D29B96;
}
.TagClassName
{
border-color: #D29B96;
}
</style>