Shades of Petite Orchid #DD9E90
Tints of Petite Orchid #DD9E90
RGB
CMYK
RGB Variations
Color information
#DD9E90 (or 0xDD9E90) is known color: Petite Orchid. HEX triplet: DD, 9E and 90. RGB value is (221,158,144). Sum of RGB (Red+Green+Blue) = 221+158+144=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E90 is #22616F. Grayscale: #AFAFAF. Windows color (decimal): -2253168 or 9477853. OLE color: 9477853.
HSL color Cylindrical-coordinate representation of color #DD9E90: hue angle of 10.91º 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 #DD9E90 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 144 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.13 |
| HSL | 10.91º | 0.53% | 0.72% | - |
| HSV(B) | 10.91º | 0.35% | 0.87% | - |
| XYZ | 47.08 | 41.84 | 31.98 | - |
| YUV | 175.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 144 | 0 | 0.29 | 0.35 | 0.13 | 10.91 | 0.53 | 0.72 |
| Hex | DD | 9E | 90 | 0 | 1D | 23 | D | B | 35 | 48 |
| Octal | 335 | 236 | 220 | 0 | 35 | 43 | 15 | 13 | 65 | 110 |
| Binary | 11011101 | 10011110 | 10010000 | 0 | 11101 | 100011 | 1101 | 1011 | 110101 | 1001000 |
Color Harmonies of #DD9E90
Complementary color
Monochromatic Colors of #DD9E90
Black with #DD9E90
Text Example
Text Example
White with #DD9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E90; }
p { color: rgb(221,158,144); }
H1.HeaderClassName
{
color: #DD9E90;
}
.AnyTagClassName
{
color: #DD9E90;
}
</style>
background-color css
<style>
a { background-color: #DD9E90; }
a { background-color: rgb(221,158,144); }
div.DivClassName
{
background-color: #DD9E90;
}
.BgClassName
{
background-color: #DD9E90;
}
</style>
border-color css
<style>
span { border-color: #DD9E90; }
span { border-color: rgb(221,158,144); }
td.TdClassName
{
border-color: #DD9E90;
}
.TagClassName
{
border-color: #DD9E90;
}
</style>