Shades of Petite Orchid #D29995
Tints of Petite Orchid #D29995
RGB
CMYK
RGB Variations
Color information
#D29995 (or 0xD29995) is known color: Petite Orchid. HEX triplet: D2, 99 and 95. RGB value is (210,153,149). Sum of RGB (Red+Green+Blue) = 210+153+149=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29995 is #2D666A. Grayscale: #A9A9A9. Windows color (decimal): -2975339 or 9804242. OLE color: 9804242.
HSL color Cylindrical-coordinate representation of color #D29995: hue angle of 3.93º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29995 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 149 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.18 |
| HSL | 3.93º | 0.4% | 0.7% | - |
| HSV(B) | 3.93º | 0.29% | 0.82% | - |
| XYZ | 43.39 | 38.65 | 33.61 | - |
| YUV | 169.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 149 | 0 | 0.27 | 0.29 | 0.18 | 3.93 | 0.4 | 0.7 |
| Hex | D2 | 99 | 95 | 0 | 1B | 1D | 12 | 4 | 28 | 46 |
| Octal | 322 | 231 | 225 | 0 | 33 | 35 | 22 | 4 | 50 | 106 |
| Binary | 11010010 | 10011001 | 10010101 | 0 | 11011 | 11101 | 10010 | 100 | 101000 | 1000110 |
Color Harmonies of #D29995
Complementary color
Monochromatic Colors of #D29995
Black with #D29995
Text Example
Text Example
White with #D29995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29995; }
p { color: rgb(210,153,149); }
H1.HeaderClassName
{
color: #D29995;
}
.AnyTagClassName
{
color: #D29995;
}
</style>
background-color css
<style>
a { background-color: #D29995; }
a { background-color: rgb(210,153,149); }
div.DivClassName
{
background-color: #D29995;
}
.BgClassName
{
background-color: #D29995;
}
</style>
border-color css
<style>
span { border-color: #D29995; }
span { border-color: rgb(210,153,149); }
td.TdClassName
{
border-color: #D29995;
}
.TagClassName
{
border-color: #D29995;
}
</style>