Shades of Petite Orchid #D99D98
Tints of Petite Orchid #D99D98
RGB
CMYK
RGB Variations
Color information
#D99D98 (or 0xD99D98) is known color: Petite Orchid. HEX triplet: D9, 9D and 98. RGB value is (217,157,152). Sum of RGB (Red+Green+Blue) = 217+157+152=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D98 is #266267. Grayscale: #AEAEAE. Windows color (decimal): -2515560 or 10001881. OLE color: 10001881.
HSL color Cylindrical-coordinate representation of color #D99D98: hue angle of 4.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99D98 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 152 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.15 |
| HSL | 4.62º | 0.46% | 0.72% | - |
| HSV(B) | 4.62º | 0.3% | 0.85% | - |
| XYZ | 46.34 | 41.13 | 35.2 | - |
| YUV | 174.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 152 | 0 | 0.28 | 0.30 | 0.15 | 4.62 | 0.46 | 0.72 |
| Hex | D9 | 9D | 98 | 0 | 1C | 1E | F | 5 | 2E | 48 |
| Octal | 331 | 235 | 230 | 0 | 34 | 36 | 17 | 5 | 56 | 110 |
| Binary | 11011001 | 10011101 | 10011000 | 0 | 11100 | 11110 | 1111 | 101 | 101110 | 1001000 |
Color Harmonies of #D99D98
Complementary color
Monochromatic Colors of #D99D98
Black with #D99D98
Text Example
Text Example
White with #D99D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D98; }
p { color: rgb(217,157,152); }
H1.HeaderClassName
{
color: #D99D98;
}
.AnyTagClassName
{
color: #D99D98;
}
</style>
background-color css
<style>
a { background-color: #D99D98; }
a { background-color: rgb(217,157,152); }
div.DivClassName
{
background-color: #D99D98;
}
.BgClassName
{
background-color: #D99D98;
}
</style>
border-color css
<style>
span { border-color: #D99D98; }
span { border-color: rgb(217,157,152); }
td.TdClassName
{
border-color: #D99D98;
}
.TagClassName
{
border-color: #D99D98;
}
</style>