Shades of Petite Orchid #DD9D90
Tints of Petite Orchid #DD9D90
RGB
CMYK
RGB Variations
Color information
#DD9D90 (or 0xDD9D90) is known color: Petite Orchid. HEX triplet: DD, 9D and 90. RGB value is (221,157,144). Sum of RGB (Red+Green+Blue) = 221+157+144=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D90 is #22626F. Grayscale: #AEAEAE. Windows color (decimal): -2253424 or 9477597. OLE color: 9477597.
HSL color Cylindrical-coordinate representation of color #DD9D90: hue angle of 10.13º 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 #DD9D90 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 144 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.13 |
| HSL | 10.13º | 0.53% | 0.72% | - |
| HSV(B) | 10.13º | 0.35% | 0.87% | - |
| XYZ | 46.91 | 41.5 | 31.92 | - |
| YUV | 174.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 144 | 0 | 0.29 | 0.35 | 0.13 | 10.13 | 0.53 | 0.72 |
| Hex | DD | 9D | 90 | 0 | 1D | 23 | D | A | 35 | 48 |
| Octal | 335 | 235 | 220 | 0 | 35 | 43 | 15 | 12 | 65 | 110 |
| Binary | 11011101 | 10011101 | 10010000 | 0 | 11101 | 100011 | 1101 | 1010 | 110101 | 1001000 |
Color Harmonies of #DD9D90
Complementary color
Monochromatic Colors of #DD9D90
Black with #DD9D90
Text Example
Text Example
White with #DD9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D90; }
p { color: rgb(221,157,144); }
H1.HeaderClassName
{
color: #DD9D90;
}
.AnyTagClassName
{
color: #DD9D90;
}
</style>
background-color css
<style>
a { background-color: #DD9D90; }
a { background-color: rgb(221,157,144); }
div.DivClassName
{
background-color: #DD9D90;
}
.BgClassName
{
background-color: #DD9D90;
}
</style>
border-color css
<style>
span { border-color: #DD9D90; }
span { border-color: rgb(221,157,144); }
td.TdClassName
{
border-color: #DD9D90;
}
.TagClassName
{
border-color: #DD9D90;
}
</style>