Shades of Petite Orchid #D29B94
Tints of Petite Orchid #D29B94
RGB
CMYK
RGB Variations
Color information
#D29B94 (or 0xD29B94) is known color: Petite Orchid. HEX triplet: D2, 9B and 94. RGB value is (210,155,148). Sum of RGB (Red+Green+Blue) = 210+155+148=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B94 is #2D646B. Grayscale: #AAAAAA. Windows color (decimal): -2974828 or 9739218. OLE color: 9739218.
HSL color Cylindrical-coordinate representation of color #D29B94: hue angle of 6.77º 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 #D29B94 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 148 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.18 |
| HSL | 6.77º | 0.41% | 0.7% | - |
| HSV(B) | 6.77º | 0.3% | 0.82% | - |
| XYZ | 43.64 | 39.28 | 33.3 | - |
| YUV | 170.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 148 | 0 | 0.26 | 0.30 | 0.18 | 6.77 | 0.41 | 0.7 |
| Hex | D2 | 9B | 94 | 0 | 1A | 1E | 12 | 7 | 29 | 46 |
| Octal | 322 | 233 | 224 | 0 | 32 | 36 | 22 | 7 | 51 | 106 |
| Binary | 11010010 | 10011011 | 10010100 | 0 | 11010 | 11110 | 10010 | 111 | 101001 | 1000110 |
Color Harmonies of #D29B94
Complementary color
Monochromatic Colors of #D29B94
Black with #D29B94
Text Example
Text Example
White with #D29B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B94; }
p { color: rgb(210,155,148); }
H1.HeaderClassName
{
color: #D29B94;
}
.AnyTagClassName
{
color: #D29B94;
}
</style>
background-color css
<style>
a { background-color: #D29B94; }
a { background-color: rgb(210,155,148); }
div.DivClassName
{
background-color: #D29B94;
}
.BgClassName
{
background-color: #D29B94;
}
</style>
border-color css
<style>
span { border-color: #D29B94; }
span { border-color: rgb(210,155,148); }
td.TdClassName
{
border-color: #D29B94;
}
.TagClassName
{
border-color: #D29B94;
}
</style>