Shades of Petite Orchid #D99D9C
Tints of Petite Orchid #D99D9C
RGB
CMYK
RGB Variations
Color information
#D99D9C (or 0xD99D9C) is known color: Petite Orchid. HEX triplet: D9, 9D and 9C. RGB value is (217,157,156). Sum of RGB (Red+Green+Blue) = 217+157+156=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D9C is #266263. Grayscale: #AEAEAE. Windows color (decimal): -2515556 or 10264025. OLE color: 10264025.
HSL color Cylindrical-coordinate representation of color #D99D9C: hue angle of 0.98º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99D9C is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 156 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.15 |
| HSL | 0.98º | 0.45% | 0.73% | - |
| HSV(B) | 0.98º | 0.28% | 0.85% | - |
| XYZ | 46.67 | 41.27 | 36.96 | - |
| YUV | 174.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 156 | 0 | 0.28 | 0.28 | 0.15 | 0.98 | 0.45 | 0.73 |
| Hex | D9 | 9D | 9C | 0 | 1C | 1C | F | 1 | 2D | 49 |
| Octal | 331 | 235 | 234 | 0 | 34 | 34 | 17 | 1 | 55 | 111 |
| Binary | 11011001 | 10011101 | 10011100 | 0 | 11100 | 11100 | 1111 | 1 | 101101 | 1001001 |
Color Harmonies of #D99D9C
Complementary color
Monochromatic Colors of #D99D9C
Black with #D99D9C
Text Example
Text Example
White with #D99D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D9C; }
p { color: rgb(217,157,156); }
H1.HeaderClassName
{
color: #D99D9C;
}
.AnyTagClassName
{
color: #D99D9C;
}
</style>
background-color css
<style>
a { background-color: #D99D9C; }
a { background-color: rgb(217,157,156); }
div.DivClassName
{
background-color: #D99D9C;
}
.BgClassName
{
background-color: #D99D9C;
}
</style>
border-color css
<style>
span { border-color: #D99D9C; }
span { border-color: rgb(217,157,156); }
td.TdClassName
{
border-color: #D99D9C;
}
.TagClassName
{
border-color: #D99D9C;
}
</style>