Shades of Petite Orchid #D29A99
Tints of Petite Orchid #D29A99
RGB
CMYK
RGB Variations
Color information
#D29A99 (or 0xD29A99) is known color: Petite Orchid. HEX triplet: D2, 9A and 99. RGB value is (210,154,153). Sum of RGB (Red+Green+Blue) = 210+154+153=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A99 is #2D6566. Grayscale: #AAAAAA. Windows color (decimal): -2975079 or 10066642. OLE color: 10066642.
HSL color Cylindrical-coordinate representation of color #D29A99: hue angle of 1.05º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29A99 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 153 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.18 |
| HSL | 1.05º | 0.39% | 0.71% | - |
| HSV(B) | 1.05º | 0.27% | 0.82% | - |
| XYZ | 43.88 | 39.11 | 35.37 | - |
| YUV | 170.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 153 | 0 | 0.27 | 0.27 | 0.18 | 1.05 | 0.39 | 0.71 |
| Hex | D2 | 9A | 99 | 0 | 1B | 1B | 12 | 1 | 27 | 47 |
| Octal | 322 | 232 | 231 | 0 | 33 | 33 | 22 | 1 | 47 | 107 |
| Binary | 11010010 | 10011010 | 10011001 | 0 | 11011 | 11011 | 10010 | 1 | 100111 | 1000111 |
Color Harmonies of #D29A99
Complementary color
Monochromatic Colors of #D29A99
Black with #D29A99
Text Example
Text Example
White with #D29A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A99; }
p { color: rgb(210,154,153); }
H1.HeaderClassName
{
color: #D29A99;
}
.AnyTagClassName
{
color: #D29A99;
}
</style>
background-color css
<style>
a { background-color: #D29A99; }
a { background-color: rgb(210,154,153); }
div.DivClassName
{
background-color: #D29A99;
}
.BgClassName
{
background-color: #D29A99;
}
</style>
border-color css
<style>
span { border-color: #D29A99; }
span { border-color: rgb(210,154,153); }
td.TdClassName
{
border-color: #D29A99;
}
.TagClassName
{
border-color: #D29A99;
}
</style>