Shades of Petite Orchid #DD9893
Tints of Petite Orchid #DD9893
RGB
CMYK
RGB Variations
Color information
#DD9893 (or 0xDD9893) is known color: Petite Orchid. HEX triplet: DD, 98 and 93. RGB value is (221,152,147). Sum of RGB (Red+Green+Blue) = 221+152+147=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9893 is #22676C. Grayscale: #ACACAC. Windows color (decimal): -2254701 or 9672925. OLE color: 9672925.
HSL color Cylindrical-coordinate representation of color #DD9893: hue angle of 4.05º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9893 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 147 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.13 |
| HSL | 4.05º | 0.52% | 0.72% | - |
| HSV(B) | 4.05º | 0.33% | 0.87% | - |
| XYZ | 46.31 | 39.94 | 32.87 | - |
| YUV | 172.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 147 | 0 | 0.31 | 0.33 | 0.13 | 4.05 | 0.52 | 0.72 |
| Hex | DD | 98 | 93 | 0 | 1F | 21 | D | 4 | 34 | 48 |
| Octal | 335 | 230 | 223 | 0 | 37 | 41 | 15 | 4 | 64 | 110 |
| Binary | 11011101 | 10011000 | 10010011 | 0 | 11111 | 100001 | 1101 | 100 | 110100 | 1001000 |
Color Harmonies of #DD9893
Complementary color
Monochromatic Colors of #DD9893
Black with #DD9893
Text Example
Text Example
White with #DD9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9893; }
p { color: rgb(221,152,147); }
H1.HeaderClassName
{
color: #DD9893;
}
.AnyTagClassName
{
color: #DD9893;
}
</style>
background-color css
<style>
a { background-color: #DD9893; }
a { background-color: rgb(221,152,147); }
div.DivClassName
{
background-color: #DD9893;
}
.BgClassName
{
background-color: #DD9893;
}
</style>
border-color css
<style>
span { border-color: #DD9893; }
span { border-color: rgb(221,152,147); }
td.TdClassName
{
border-color: #DD9893;
}
.TagClassName
{
border-color: #DD9893;
}
</style>