Shades of Petite Orchid #DD9A96
Tints of Petite Orchid #DD9A96
RGB
CMYK
RGB Variations
Color information
#DD9A96 (or 0xDD9A96) is known color: Petite Orchid. HEX triplet: DD, 9A and 96. RGB value is (221,154,150). Sum of RGB (Red+Green+Blue) = 221+154+150=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A96 is #226569. Grayscale: #ADADAD. Windows color (decimal): -2254186 or 9870045. OLE color: 9870045.
HSL color Cylindrical-coordinate representation of color #DD9A96: hue angle of 3.38º 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 #DD9A96 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 150 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.13 |
| HSL | 3.38º | 0.51% | 0.73% | - |
| HSV(B) | 3.38º | 0.32% | 0.87% | - |
| XYZ | 46.88 | 40.69 | 34.24 | - |
| YUV | 173.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 150 | 0 | 0.30 | 0.32 | 0.13 | 3.38 | 0.51 | 0.73 |
| Hex | DD | 9A | 96 | 0 | 1E | 20 | D | 3 | 33 | 49 |
| Octal | 335 | 232 | 226 | 0 | 36 | 40 | 15 | 3 | 63 | 111 |
| Binary | 11011101 | 10011010 | 10010110 | 0 | 11110 | 100000 | 1101 | 11 | 110011 | 1001001 |
Color Harmonies of #DD9A96
Complementary color
Monochromatic Colors of #DD9A96
Black with #DD9A96
Text Example
Text Example
White with #DD9A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A96; }
p { color: rgb(221,154,150); }
H1.HeaderClassName
{
color: #DD9A96;
}
.AnyTagClassName
{
color: #DD9A96;
}
</style>
background-color css
<style>
a { background-color: #DD9A96; }
a { background-color: rgb(221,154,150); }
div.DivClassName
{
background-color: #DD9A96;
}
.BgClassName
{
background-color: #DD9A96;
}
</style>
border-color css
<style>
span { border-color: #DD9A96; }
span { border-color: rgb(221,154,150); }
td.TdClassName
{
border-color: #DD9A96;
}
.TagClassName
{
border-color: #DD9A96;
}
</style>