Shades of Petite Orchid #D49898
Tints of Petite Orchid #D49898
RGB
CMYK
RGB Variations
Color information
#D49898 (or 0xD49898) is known color: Petite Orchid. HEX triplet: D4, 98 and 98. RGB value is (212,152,152). Sum of RGB (Red+Green+Blue) = 212+152+152=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49898 is #2B6767. Grayscale: #A9A9A9. Windows color (decimal): -2844520 or 10000596. OLE color: 10000596.
HSL color Cylindrical-coordinate representation of color #D49898: hue angle of 0º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49898 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 152 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.17 |
| HSL | 0º | 0.41% | 0.71% | - |
| HSV(B) | 0º | 0.28% | 0.83% | - |
| XYZ | 44.05 | 38.72 | 34.86 | - |
| YUV | 169.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 152 | 0 | 0.28 | 0.28 | 0.17 | 0 | 0.41 | 0.71 |
| Hex | D4 | 98 | 98 | 0 | 1C | 1C | 11 | 0 | 29 | 47 |
| Octal | 324 | 230 | 230 | 0 | 34 | 34 | 21 | 0 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10011000 | 0 | 11100 | 11100 | 10001 | 0 | 101001 | 1000111 |
Color Harmonies of #D49898
Complementary color
Monochromatic Colors of #D49898
Black with #D49898
Text Example
Text Example
White with #D49898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49898; }
p { color: rgb(212,152,152); }
H1.HeaderClassName
{
color: #D49898;
}
.AnyTagClassName
{
color: #D49898;
}
</style>
background-color css
<style>
a { background-color: #D49898; }
a { background-color: rgb(212,152,152); }
div.DivClassName
{
background-color: #D49898;
}
.BgClassName
{
background-color: #D49898;
}
</style>
border-color css
<style>
span { border-color: #D49898; }
span { border-color: rgb(212,152,152); }
td.TdClassName
{
border-color: #D49898;
}
.TagClassName
{
border-color: #D49898;
}
</style>