Shades of Petite Orchid #DD9A97
Tints of Petite Orchid #DD9A97
RGB
CMYK
RGB Variations
Color information
#DD9A97 (or 0xDD9A97) is known color: Petite Orchid. HEX triplet: DD, 9A and 97. RGB value is (221,154,151). Sum of RGB (Red+Green+Blue) = 221+154+151=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A97 is #226568. Grayscale: #ADADAD. Windows color (decimal): -2254185 or 9935581. OLE color: 9935581.
HSL color Cylindrical-coordinate representation of color #DD9A97: hue angle of 2.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD9A97 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 151 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.13 |
| HSL | 2.57º | 0.51% | 0.73% | - |
| HSV(B) | 2.57º | 0.32% | 0.87% | - |
| XYZ | 46.96 | 40.72 | 34.66 | - |
| YUV | 173.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 151 | 0 | 0.30 | 0.32 | 0.13 | 2.57 | 0.51 | 0.73 |
| Hex | DD | 9A | 97 | 0 | 1E | 20 | D | 3 | 33 | 49 |
| Octal | 335 | 232 | 227 | 0 | 36 | 40 | 15 | 3 | 63 | 111 |
| Binary | 11011101 | 10011010 | 10010111 | 0 | 11110 | 100000 | 1101 | 11 | 110011 | 1001001 |
Color Harmonies of #DD9A97
Complementary color
Monochromatic Colors of #DD9A97
Black with #DD9A97
Text Example
Text Example
White with #DD9A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A97; }
p { color: rgb(221,154,151); }
H1.HeaderClassName
{
color: #DD9A97;
}
.AnyTagClassName
{
color: #DD9A97;
}
</style>
background-color css
<style>
a { background-color: #DD9A97; }
a { background-color: rgb(221,154,151); }
div.DivClassName
{
background-color: #DD9A97;
}
.BgClassName
{
background-color: #DD9A97;
}
</style>
border-color css
<style>
span { border-color: #DD9A97; }
span { border-color: rgb(221,154,151); }
td.TdClassName
{
border-color: #DD9A97;
}
.TagClassName
{
border-color: #DD9A97;
}
</style>