Shades of Petite Orchid #DD9F93
Tints of Petite Orchid #DD9F93
RGB
CMYK
RGB Variations
Color information
#DD9F93 (or 0xDD9F93) is known color: Petite Orchid. HEX triplet: DD, 9F and 93. RGB value is (221,159,147). Sum of RGB (Red+Green+Blue) = 221+159+147=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9F93 is #22606C. Grayscale: #B0B0B0. Windows color (decimal): -2252909 or 9674717. OLE color: 9674717.
HSL color Cylindrical-coordinate representation of color #DD9F93: hue angle of 9.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9F93 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 147 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.13 |
| HSL | 9.73º | 0.52% | 0.72% | - |
| HSV(B) | 9.73º | 0.33% | 0.87% | - |
| XYZ | 47.48 | 42.28 | 33.26 | - |
| YUV | 176.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 147 | 0 | 0.28 | 0.33 | 0.13 | 9.73 | 0.52 | 0.72 |
| Hex | DD | 9F | 93 | 0 | 1C | 21 | D | A | 34 | 48 |
| Octal | 335 | 237 | 223 | 0 | 34 | 41 | 15 | 12 | 64 | 110 |
| Binary | 11011101 | 10011111 | 10010011 | 0 | 11100 | 100001 | 1101 | 1010 | 110100 | 1001000 |
Color Harmonies of #DD9F93
Complementary color
Monochromatic Colors of #DD9F93
Black with #DD9F93
Text Example
Text Example
White with #DD9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F93; }
p { color: rgb(221,159,147); }
H1.HeaderClassName
{
color: #DD9F93;
}
.AnyTagClassName
{
color: #DD9F93;
}
</style>
background-color css
<style>
a { background-color: #DD9F93; }
a { background-color: rgb(221,159,147); }
div.DivClassName
{
background-color: #DD9F93;
}
.BgClassName
{
background-color: #DD9F93;
}
</style>
border-color css
<style>
span { border-color: #DD9F93; }
span { border-color: rgb(221,159,147); }
td.TdClassName
{
border-color: #DD9F93;
}
.TagClassName
{
border-color: #DD9F93;
}
</style>