Shades of Petite Orchid #D98E8A
Tints of Petite Orchid #D98E8A
RGB
CMYK
RGB Variations
Color information
#D98E8A (or 0xD98E8A) is known color: Petite Orchid. HEX triplet: D9, 8E and 8A. RGB value is (217,142,138). Sum of RGB (Red+Green+Blue) = 217+142+138=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E8A is #267175. Grayscale: #A4A4A4. Windows color (decimal): -2519414 or 9080537. OLE color: 9080537.
HSL color Cylindrical-coordinate representation of color #D98E8A: hue angle of 3.04º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98E8A is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 138 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.15 |
| HSL | 3.04º | 0.51% | 0.7% | - |
| HSV(B) | 3.04º | 0.36% | 0.85% | - |
| XYZ | 42.88 | 35.93 | 28.72 | - |
| YUV | 163.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 138 | 0 | 0.35 | 0.36 | 0.15 | 3.04 | 0.51 | 0.7 |
| Hex | D9 | 8E | 8A | 0 | 23 | 24 | F | 3 | 33 | 46 |
| Octal | 331 | 216 | 212 | 0 | 43 | 44 | 17 | 3 | 63 | 106 |
| Binary | 11011001 | 10001110 | 10001010 | 0 | 100011 | 100100 | 1111 | 11 | 110011 | 1000110 |
Color Harmonies of #D98E8A
Complementary color
Monochromatic Colors of #D98E8A
Black with #D98E8A
Text Example
Text Example
White with #D98E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E8A; }
p { color: rgb(217,142,138); }
H1.HeaderClassName
{
color: #D98E8A;
}
.AnyTagClassName
{
color: #D98E8A;
}
</style>
background-color css
<style>
a { background-color: #D98E8A; }
a { background-color: rgb(217,142,138); }
div.DivClassName
{
background-color: #D98E8A;
}
.BgClassName
{
background-color: #D98E8A;
}
</style>
border-color css
<style>
span { border-color: #D98E8A; }
span { border-color: rgb(217,142,138); }
td.TdClassName
{
border-color: #D98E8A;
}
.TagClassName
{
border-color: #D98E8A;
}
</style>