Shades of Petite Orchid #D99C99
Tints of Petite Orchid #D99C99
RGB
CMYK
RGB Variations
Color information
#D99C99 (or 0xD99C99) is known color: Petite Orchid. HEX triplet: D9, 9C and 99. RGB value is (217,156,153). Sum of RGB (Red+Green+Blue) = 217+156+153=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C99 is #266366. Grayscale: #ADADAD. Windows color (decimal): -2515815 or 10067161. OLE color: 10067161.
HSL color Cylindrical-coordinate representation of color #D99C99: hue angle of 2.81º degrees, saturation: 0.46, 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 #D99C99 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 153 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.15 |
| HSL | 2.81º | 0.46% | 0.73% | - |
| HSV(B) | 2.81º | 0.29% | 0.85% | - |
| XYZ | 46.25 | 40.83 | 35.58 | - |
| YUV | 173.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 153 | 0 | 0.28 | 0.29 | 0.15 | 2.81 | 0.46 | 0.73 |
| Hex | D9 | 9C | 99 | 0 | 1C | 1D | F | 3 | 2E | 49 |
| Octal | 331 | 234 | 231 | 0 | 34 | 35 | 17 | 3 | 56 | 111 |
| Binary | 11011001 | 10011100 | 10011001 | 0 | 11100 | 11101 | 1111 | 11 | 101110 | 1001001 |
Color Harmonies of #D99C99
Complementary color
Monochromatic Colors of #D99C99
Black with #D99C99
Text Example
Text Example
White with #D99C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C99; }
p { color: rgb(217,156,153); }
H1.HeaderClassName
{
color: #D99C99;
}
.AnyTagClassName
{
color: #D99C99;
}
</style>
background-color css
<style>
a { background-color: #D99C99; }
a { background-color: rgb(217,156,153); }
div.DivClassName
{
background-color: #D99C99;
}
.BgClassName
{
background-color: #D99C99;
}
</style>
border-color css
<style>
span { border-color: #D99C99; }
span { border-color: rgb(217,156,153); }
td.TdClassName
{
border-color: #D99C99;
}
.TagClassName
{
border-color: #D99C99;
}
</style>