Shades of Petite Orchid #D99E98
Tints of Petite Orchid #D99E98
RGB
CMYK
RGB Variations
Color information
#D99E98 (or 0xD99E98) is known color: Petite Orchid. HEX triplet: D9, 9E and 98. RGB value is (217,158,152). Sum of RGB (Red+Green+Blue) = 217+158+152=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E98 is #266167. Grayscale: #AFAFAF. Windows color (decimal): -2515304 or 10002137. OLE color: 10002137.
HSL color Cylindrical-coordinate representation of color #D99E98: hue angle of 5.54º 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 #D99E98 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 152 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.15 |
| HSL | 5.54º | 0.46% | 0.72% | - |
| HSV(B) | 5.54º | 0.3% | 0.85% | - |
| XYZ | 46.51 | 41.47 | 35.26 | - |
| YUV | 174.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 152 | 0 | 0.27 | 0.30 | 0.15 | 5.54 | 0.46 | 0.72 |
| Hex | D9 | 9E | 98 | 0 | 1B | 1E | F | 6 | 2E | 48 |
| Octal | 331 | 236 | 230 | 0 | 33 | 36 | 17 | 6 | 56 | 110 |
| Binary | 11011001 | 10011110 | 10011000 | 0 | 11011 | 11110 | 1111 | 110 | 101110 | 1001000 |
Color Harmonies of #D99E98
Complementary color
Monochromatic Colors of #D99E98
Black with #D99E98
Text Example
Text Example
White with #D99E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E98; }
p { color: rgb(217,158,152); }
H1.HeaderClassName
{
color: #D99E98;
}
.AnyTagClassName
{
color: #D99E98;
}
</style>
background-color css
<style>
a { background-color: #D99E98; }
a { background-color: rgb(217,158,152); }
div.DivClassName
{
background-color: #D99E98;
}
.BgClassName
{
background-color: #D99E98;
}
</style>
border-color css
<style>
span { border-color: #D99E98; }
span { border-color: rgb(217,158,152); }
td.TdClassName
{
border-color: #D99E98;
}
.TagClassName
{
border-color: #D99E98;
}
</style>