Shades of Petite Orchid #D29A96
Tints of Petite Orchid #D29A96
RGB
CMYK
RGB Variations
Color information
#D29A96 (or 0xD29A96) is known color: Petite Orchid. HEX triplet: D2, 9A and 96. RGB value is (210,154,150). Sum of RGB (Red+Green+Blue) = 210+154+150=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A96 is #2D6569. Grayscale: #AAAAAA. Windows color (decimal): -2975082 or 9870034. OLE color: 9870034.
HSL color Cylindrical-coordinate representation of color #D29A96: hue angle of 4º 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 #D29A96 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 150 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.18 |
| HSL | 4º | 0.4% | 0.71% | - |
| HSV(B) | 4º | 0.29% | 0.82% | - |
| XYZ | 43.64 | 39.01 | 34.08 | - |
| YUV | 170.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 150 | 0 | 0.27 | 0.29 | 0.18 | 4 | 0.4 | 0.71 |
| Hex | D2 | 9A | 96 | 0 | 1B | 1D | 12 | 4 | 28 | 47 |
| Octal | 322 | 232 | 226 | 0 | 33 | 35 | 22 | 4 | 50 | 107 |
| Binary | 11010010 | 10011010 | 10010110 | 0 | 11011 | 11101 | 10010 | 100 | 101000 | 1000111 |
Color Harmonies of #D29A96
Complementary color
Monochromatic Colors of #D29A96
Black with #D29A96
Text Example
Text Example
White with #D29A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A96; }
p { color: rgb(210,154,150); }
H1.HeaderClassName
{
color: #D29A96;
}
.AnyTagClassName
{
color: #D29A96;
}
</style>
background-color css
<style>
a { background-color: #D29A96; }
a { background-color: rgb(210,154,150); }
div.DivClassName
{
background-color: #D29A96;
}
.BgClassName
{
background-color: #D29A96;
}
</style>
border-color css
<style>
span { border-color: #D29A96; }
span { border-color: rgb(210,154,150); }
td.TdClassName
{
border-color: #D29A96;
}
.TagClassName
{
border-color: #D29A96;
}
</style>