Shades of Petite Orchid #DD9088
Tints of Petite Orchid #DD9088
RGB
CMYK
RGB Variations
Color information
#DD9088 (or 0xDD9088) is known color: Petite Orchid. HEX triplet: DD, 90 and 88. RGB value is (221,144,136). Sum of RGB (Red+Green+Blue) = 221+144+136=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9088 is #226F77. Grayscale: #A6A6A6. Windows color (decimal): -2256760 or 8949981. OLE color: 8949981.
HSL color Cylindrical-coordinate representation of color #DD9088: hue angle of 5.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9088 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 136 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.13 |
| HSL | 5.65º | 0.56% | 0.7% | - |
| HSV(B) | 5.65º | 0.38% | 0.87% | - |
| XYZ | 44.24 | 37.1 | 28.12 | - |
| YUV | 166.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 136 | 0 | 0.35 | 0.38 | 0.13 | 5.65 | 0.56 | 0.7 |
| Hex | DD | 90 | 88 | 0 | 23 | 26 | D | 6 | 38 | 46 |
| Octal | 335 | 220 | 210 | 0 | 43 | 46 | 15 | 6 | 70 | 106 |
| Binary | 11011101 | 10010000 | 10001000 | 0 | 100011 | 100110 | 1101 | 110 | 111000 | 1000110 |
Color Harmonies of #DD9088
Complementary color
Monochromatic Colors of #DD9088
Black with #DD9088
Text Example
Text Example
White with #DD9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9088; }
p { color: rgb(221,144,136); }
H1.HeaderClassName
{
color: #DD9088;
}
.AnyTagClassName
{
color: #DD9088;
}
</style>
background-color css
<style>
a { background-color: #DD9088; }
a { background-color: rgb(221,144,136); }
div.DivClassName
{
background-color: #DD9088;
}
.BgClassName
{
background-color: #DD9088;
}
</style>
border-color css
<style>
span { border-color: #DD9088; }
span { border-color: rgb(221,144,136); }
td.TdClassName
{
border-color: #DD9088;
}
.TagClassName
{
border-color: #DD9088;
}
</style>