Shades of Petite Orchid #DD9C99
Tints of Petite Orchid #DD9C99
RGB
CMYK
RGB Variations
Color information
#DD9C99 (or 0xDD9C99) is known color: Petite Orchid. HEX triplet: DD, 9C and 99. RGB value is (221,156,153). Sum of RGB (Red+Green+Blue) = 221+156+153=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C99 is #226366. Grayscale: #AFAFAF. Windows color (decimal): -2253671 or 10067165. OLE color: 10067165.
HSL color Cylindrical-coordinate representation of color #DD9C99: hue angle of 2.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD9C99 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 153 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.13 |
| HSL | 2.65º | 0.5% | 0.73% | - |
| HSV(B) | 2.65º | 0.31% | 0.87% | - |
| XYZ | 47.46 | 41.45 | 35.64 | - |
| YUV | 175.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 153 | 0 | 0.29 | 0.31 | 0.13 | 2.65 | 0.5 | 0.73 |
| Hex | DD | 9C | 99 | 0 | 1D | 1F | D | 3 | 32 | 49 |
| Octal | 335 | 234 | 231 | 0 | 35 | 37 | 15 | 3 | 62 | 111 |
| Binary | 11011101 | 10011100 | 10011001 | 0 | 11101 | 11111 | 1101 | 11 | 110010 | 1001001 |
Color Harmonies of #DD9C99
Complementary color
Monochromatic Colors of #DD9C99
Black with #DD9C99
Text Example
Text Example
White with #DD9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C99; }
p { color: rgb(221,156,153); }
H1.HeaderClassName
{
color: #DD9C99;
}
.AnyTagClassName
{
color: #DD9C99;
}
</style>
background-color css
<style>
a { background-color: #DD9C99; }
a { background-color: rgb(221,156,153); }
div.DivClassName
{
background-color: #DD9C99;
}
.BgClassName
{
background-color: #DD9C99;
}
</style>
border-color css
<style>
span { border-color: #DD9C99; }
span { border-color: rgb(221,156,153); }
td.TdClassName
{
border-color: #DD9C99;
}
.TagClassName
{
border-color: #DD9C99;
}
</style>