Shades of Petite Orchid #DD9E8F
Tints of Petite Orchid #DD9E8F
RGB
CMYK
RGB Variations
Color information
#DD9E8F (or 0xDD9E8F) is known color: Petite Orchid. HEX triplet: DD, 9E and 8F. RGB value is (221,158,143). Sum of RGB (Red+Green+Blue) = 221+158+143=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E8F is #226170. Grayscale: #AFAFAF. Windows color (decimal): -2253169 or 9412317. OLE color: 9412317.
HSL color Cylindrical-coordinate representation of color #DD9E8F: hue angle of 11.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9E8F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 143 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.13 |
| HSL | 11.54º | 0.53% | 0.71% | - |
| HSV(B) | 11.54º | 0.35% | 0.87% | - |
| XYZ | 47 | 41.81 | 31.58 | - |
| YUV | 175.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 143 | 0 | 0.29 | 0.35 | 0.13 | 11.54 | 0.53 | 0.71 |
| Hex | DD | 9E | 8F | 0 | 1D | 23 | D | C | 35 | 47 |
| Octal | 335 | 236 | 217 | 0 | 35 | 43 | 15 | 14 | 65 | 107 |
| Binary | 11011101 | 10011110 | 10001111 | 0 | 11101 | 100011 | 1101 | 1100 | 110101 | 1000111 |
Color Harmonies of #DD9E8F
Complementary color
Monochromatic Colors of #DD9E8F
Black with #DD9E8F
Text Example
Text Example
White with #DD9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E8F; }
p { color: rgb(221,158,143); }
H1.HeaderClassName
{
color: #DD9E8F;
}
.AnyTagClassName
{
color: #DD9E8F;
}
</style>
background-color css
<style>
a { background-color: #DD9E8F; }
a { background-color: rgb(221,158,143); }
div.DivClassName
{
background-color: #DD9E8F;
}
.BgClassName
{
background-color: #DD9E8F;
}
</style>
border-color css
<style>
span { border-color: #DD9E8F; }
span { border-color: rgb(221,158,143); }
td.TdClassName
{
border-color: #DD9E8F;
}
.TagClassName
{
border-color: #DD9E8F;
}
</style>