Shades of Petite Orchid #DC9389
Tints of Petite Orchid #DC9389
RGB
CMYK
RGB Variations
Color information
#DC9389 (or 0xDC9389) is known color: Petite Orchid. HEX triplet: DC, 93 and 89. RGB value is (220,147,137). Sum of RGB (Red+Green+Blue) = 220+147+137=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9389 is #236C76. Grayscale: #A7A7A7. Windows color (decimal): -2321527 or 9016284. OLE color: 9016284.
HSL color Cylindrical-coordinate representation of color #DC9389: hue angle of 7.23º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9389 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 137 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.14 |
| HSL | 7.23º | 0.54% | 0.7% | - |
| HSV(B) | 7.23º | 0.38% | 0.86% | - |
| XYZ | 44.46 | 37.89 | 28.64 | - |
| YUV | 167.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 137 | 0 | 0.33 | 0.38 | 0.14 | 7.23 | 0.54 | 0.7 |
| Hex | DC | 93 | 89 | 0 | 21 | 26 | E | 7 | 36 | 46 |
| Octal | 334 | 223 | 211 | 0 | 41 | 46 | 16 | 7 | 66 | 106 |
| Binary | 11011100 | 10010011 | 10001001 | 0 | 100001 | 100110 | 1110 | 111 | 110110 | 1000110 |
Color Harmonies of #DC9389
Complementary color
Monochromatic Colors of #DC9389
Black with #DC9389
Text Example
Text Example
White with #DC9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9389; }
p { color: rgb(220,147,137); }
H1.HeaderClassName
{
color: #DC9389;
}
.AnyTagClassName
{
color: #DC9389;
}
</style>
background-color css
<style>
a { background-color: #DC9389; }
a { background-color: rgb(220,147,137); }
div.DivClassName
{
background-color: #DC9389;
}
.BgClassName
{
background-color: #DC9389;
}
</style>
border-color css
<style>
span { border-color: #DC9389; }
span { border-color: rgb(220,147,137); }
td.TdClassName
{
border-color: #DC9389;
}
.TagClassName
{
border-color: #DC9389;
}
</style>