Shades of Petite Orchid #DD9C93
Tints of Petite Orchid #DD9C93
RGB
CMYK
RGB Variations
Color information
#DD9C93 (or 0xDD9C93) is known color: Petite Orchid. HEX triplet: DD, 9C and 93. RGB value is (221,156,147). Sum of RGB (Red+Green+Blue) = 221+156+147=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C93 is #22636C. Grayscale: #AEAEAE. Windows color (decimal): -2253677 or 9673949. OLE color: 9673949.
HSL color Cylindrical-coordinate representation of color #DD9C93: hue angle of 7.3º 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 #DD9C93 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 147 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.13 |
| HSL | 7.3º | 0.52% | 0.72% | - |
| HSV(B) | 7.3º | 0.33% | 0.87% | - |
| XYZ | 46.97 | 41.26 | 33.09 | - |
| YUV | 174.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 147 | 0 | 0.29 | 0.33 | 0.13 | 7.3 | 0.52 | 0.72 |
| Hex | DD | 9C | 93 | 0 | 1D | 21 | D | 7 | 34 | 48 |
| Octal | 335 | 234 | 223 | 0 | 35 | 41 | 15 | 7 | 64 | 110 |
| Binary | 11011101 | 10011100 | 10010011 | 0 | 11101 | 100001 | 1101 | 111 | 110100 | 1001000 |
Color Harmonies of #DD9C93
Complementary color
Monochromatic Colors of #DD9C93
Black with #DD9C93
Text Example
Text Example
White with #DD9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C93; }
p { color: rgb(221,156,147); }
H1.HeaderClassName
{
color: #DD9C93;
}
.AnyTagClassName
{
color: #DD9C93;
}
</style>
background-color css
<style>
a { background-color: #DD9C93; }
a { background-color: rgb(221,156,147); }
div.DivClassName
{
background-color: #DD9C93;
}
.BgClassName
{
background-color: #DD9C93;
}
</style>
border-color css
<style>
span { border-color: #DD9C93; }
span { border-color: rgb(221,156,147); }
td.TdClassName
{
border-color: #DD9C93;
}
.TagClassName
{
border-color: #DD9C93;
}
</style>