Shades of Petite Orchid #DD9A90
Tints of Petite Orchid #DD9A90
RGB
CMYK
RGB Variations
Color information
#DD9A90 (or 0xDD9A90) is known color: Petite Orchid. HEX triplet: DD, 9A and 90. RGB value is (221,154,144). Sum of RGB (Red+Green+Blue) = 221+154+144=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A90 is #22656F. Grayscale: #ADADAD. Windows color (decimal): -2254192 or 9476829. OLE color: 9476829.
HSL color Cylindrical-coordinate representation of color #DD9A90: hue angle of 7.79º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9A90 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 144 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.13 |
| HSL | 7.79º | 0.53% | 0.72% | - |
| HSV(B) | 7.79º | 0.35% | 0.87% | - |
| XYZ | 46.41 | 40.5 | 31.76 | - |
| YUV | 172.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 144 | 0 | 0.30 | 0.35 | 0.13 | 7.79 | 0.53 | 0.72 |
| Hex | DD | 9A | 90 | 0 | 1E | 23 | D | 8 | 35 | 48 |
| Octal | 335 | 232 | 220 | 0 | 36 | 43 | 15 | 10 | 65 | 110 |
| Binary | 11011101 | 10011010 | 10010000 | 0 | 11110 | 100011 | 1101 | 1000 | 110101 | 1001000 |
Color Harmonies of #DD9A90
Complementary color
Monochromatic Colors of #DD9A90
Black with #DD9A90
Text Example
Text Example
White with #DD9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A90; }
p { color: rgb(221,154,144); }
H1.HeaderClassName
{
color: #DD9A90;
}
.AnyTagClassName
{
color: #DD9A90;
}
</style>
background-color css
<style>
a { background-color: #DD9A90; }
a { background-color: rgb(221,154,144); }
div.DivClassName
{
background-color: #DD9A90;
}
.BgClassName
{
background-color: #DD9A90;
}
</style>
border-color css
<style>
span { border-color: #DD9A90; }
span { border-color: rgb(221,154,144); }
td.TdClassName
{
border-color: #DD9A90;
}
.TagClassName
{
border-color: #DD9A90;
}
</style>