Shades of Petite Orchid #D99D9A
Tints of Petite Orchid #D99D9A
RGB
CMYK
RGB Variations
Color information
#D99D9A (or 0xD99D9A) is known color: Petite Orchid. HEX triplet: D9, 9D and 9A. RGB value is (217,157,154). Sum of RGB (Red+Green+Blue) = 217+157+154=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D9A is #266265. Grayscale: #AEAEAE. Windows color (decimal): -2515558 or 10132953. OLE color: 10132953.
HSL color Cylindrical-coordinate representation of color #D99D9A: hue angle of 2.86º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99D9A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 154 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.15 |
| HSL | 2.86º | 0.45% | 0.73% | - |
| HSV(B) | 2.86º | 0.29% | 0.85% | - |
| XYZ | 46.5 | 41.2 | 36.07 | - |
| YUV | 174.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 154 | 0 | 0.28 | 0.29 | 0.15 | 2.86 | 0.45 | 0.73 |
| Hex | D9 | 9D | 9A | 0 | 1C | 1D | F | 3 | 2D | 49 |
| Octal | 331 | 235 | 232 | 0 | 34 | 35 | 17 | 3 | 55 | 111 |
| Binary | 11011001 | 10011101 | 10011010 | 0 | 11100 | 11101 | 1111 | 11 | 101101 | 1001001 |
Color Harmonies of #D99D9A
Complementary color
Monochromatic Colors of #D99D9A
Black with #D99D9A
Text Example
Text Example
White with #D99D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D9A; }
p { color: rgb(217,157,154); }
H1.HeaderClassName
{
color: #D99D9A;
}
.AnyTagClassName
{
color: #D99D9A;
}
</style>
background-color css
<style>
a { background-color: #D99D9A; }
a { background-color: rgb(217,157,154); }
div.DivClassName
{
background-color: #D99D9A;
}
.BgClassName
{
background-color: #D99D9A;
}
</style>
border-color css
<style>
span { border-color: #D99D9A; }
span { border-color: rgb(217,157,154); }
td.TdClassName
{
border-color: #D99D9A;
}
.TagClassName
{
border-color: #D99D9A;
}
</style>