Shades of Petite Orchid #D29998
Tints of Petite Orchid #D29998
RGB
CMYK
RGB Variations
Color information
#D29998 (or 0xD29998) is known color: Petite Orchid. HEX triplet: D2, 99 and 98. RGB value is (210,153,152). Sum of RGB (Red+Green+Blue) = 210+153+152=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29998 is #2D6667. Grayscale: #A9A9A9. Windows color (decimal): -2975336 or 10000850. OLE color: 10000850.
HSL color Cylindrical-coordinate representation of color #D29998: hue angle of 1.03º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29998 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 152 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.18 |
| HSL | 1.03º | 0.39% | 0.71% | - |
| HSV(B) | 1.03º | 0.28% | 0.82% | - |
| XYZ | 43.64 | 38.75 | 34.89 | - |
| YUV | 169.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 152 | 0 | 0.27 | 0.28 | 0.18 | 1.03 | 0.39 | 0.71 |
| Hex | D2 | 99 | 98 | 0 | 1B | 1C | 12 | 1 | 27 | 47 |
| Octal | 322 | 231 | 230 | 0 | 33 | 34 | 22 | 1 | 47 | 107 |
| Binary | 11010010 | 10011001 | 10011000 | 0 | 11011 | 11100 | 10010 | 1 | 100111 | 1000111 |
Color Harmonies of #D29998
Complementary color
Monochromatic Colors of #D29998
Black with #D29998
Text Example
Text Example
White with #D29998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29998; }
p { color: rgb(210,153,152); }
H1.HeaderClassName
{
color: #D29998;
}
.AnyTagClassName
{
color: #D29998;
}
</style>
background-color css
<style>
a { background-color: #D29998; }
a { background-color: rgb(210,153,152); }
div.DivClassName
{
background-color: #D29998;
}
.BgClassName
{
background-color: #D29998;
}
</style>
border-color css
<style>
span { border-color: #D29998; }
span { border-color: rgb(210,153,152); }
td.TdClassName
{
border-color: #D29998;
}
.TagClassName
{
border-color: #D29998;
}
</style>