Shades of Petite Orchid #DC9289
Tints of Petite Orchid #DC9289
RGB
CMYK
RGB Variations
Color information
#DC9289 (or 0xDC9289) is known color: Petite Orchid. HEX triplet: DC, 92 and 89. RGB value is (220,146,137). Sum of RGB (Red+Green+Blue) = 220+146+137=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9289 is #236D76. Grayscale: #A7A7A7. Windows color (decimal): -2321783 or 9016028. OLE color: 9016028.
HSL color Cylindrical-coordinate representation of color #DC9289: hue angle of 6.51º 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 #DC9289 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 137 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.14 |
| HSL | 6.51º | 0.54% | 0.7% | - |
| HSV(B) | 6.51º | 0.38% | 0.86% | - |
| XYZ | 44.31 | 37.58 | 28.59 | - |
| YUV | 167.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 137 | 0 | 0.34 | 0.38 | 0.14 | 6.51 | 0.54 | 0.7 |
| Hex | DC | 92 | 89 | 0 | 22 | 26 | E | 7 | 36 | 46 |
| Octal | 334 | 222 | 211 | 0 | 42 | 46 | 16 | 7 | 66 | 106 |
| Binary | 11011100 | 10010010 | 10001001 | 0 | 100010 | 100110 | 1110 | 111 | 110110 | 1000110 |
Color Harmonies of #DC9289
Complementary color
Monochromatic Colors of #DC9289
Black with #DC9289
Text Example
Text Example
White with #DC9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9289; }
p { color: rgb(220,146,137); }
H1.HeaderClassName
{
color: #DC9289;
}
.AnyTagClassName
{
color: #DC9289;
}
</style>
background-color css
<style>
a { background-color: #DC9289; }
a { background-color: rgb(220,146,137); }
div.DivClassName
{
background-color: #DC9289;
}
.BgClassName
{
background-color: #DC9289;
}
</style>
border-color css
<style>
span { border-color: #DC9289; }
span { border-color: rgb(220,146,137); }
td.TdClassName
{
border-color: #DC9289;
}
.TagClassName
{
border-color: #DC9289;
}
</style>