Shades of Petite Orchid #DD9B99
Tints of Petite Orchid #DD9B99
RGB
CMYK
RGB Variations
Color information
#DD9B99 (or 0xDD9B99) is known color: Petite Orchid. HEX triplet: DD, 9B and 99. RGB value is (221,155,153). Sum of RGB (Red+Green+Blue) = 221+155+153=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B99 is #226466. Grayscale: #AEAEAE. Windows color (decimal): -2253927 or 10066909. OLE color: 10066909.
HSL color Cylindrical-coordinate representation of color #DD9B99: hue angle of 1.76º 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 #DD9B99 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 153 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.13 |
| HSL | 1.76º | 0.5% | 0.73% | - |
| HSV(B) | 1.76º | 0.31% | 0.87% | - |
| XYZ | 47.29 | 41.11 | 35.58 | - |
| YUV | 174.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 153 | 0 | 0.30 | 0.31 | 0.13 | 1.76 | 0.5 | 0.73 |
| Hex | DD | 9B | 99 | 0 | 1E | 1F | D | 2 | 32 | 49 |
| Octal | 335 | 233 | 231 | 0 | 36 | 37 | 15 | 2 | 62 | 111 |
| Binary | 11011101 | 10011011 | 10011001 | 0 | 11110 | 11111 | 1101 | 10 | 110010 | 1001001 |
Color Harmonies of #DD9B99
Complementary color
Monochromatic Colors of #DD9B99
Black with #DD9B99
Text Example
Text Example
White with #DD9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B99; }
p { color: rgb(221,155,153); }
H1.HeaderClassName
{
color: #DD9B99;
}
.AnyTagClassName
{
color: #DD9B99;
}
</style>
background-color css
<style>
a { background-color: #DD9B99; }
a { background-color: rgb(221,155,153); }
div.DivClassName
{
background-color: #DD9B99;
}
.BgClassName
{
background-color: #DD9B99;
}
</style>
border-color css
<style>
span { border-color: #DD9B99; }
span { border-color: rgb(221,155,153); }
td.TdClassName
{
border-color: #DD9B99;
}
.TagClassName
{
border-color: #DD9B99;
}
</style>