Shades of Petite Orchid #DF9389
Tints of Petite Orchid #DF9389
RGB
CMYK
RGB Variations
Color information
#DF9389 (or 0xDF9389) is known color: Petite Orchid. HEX triplet: DF, 93 and 89. RGB value is (223,147,137). Sum of RGB (Red+Green+Blue) = 223+147+137=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9389 is #206C76. Grayscale: #A8A8A8. Windows color (decimal): -2124919 or 9016287. OLE color: 9016287.
HSL color Cylindrical-coordinate representation of color #DF9389: hue angle of 6.98º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9389 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 137 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.13 |
| HSL | 6.98º | 0.57% | 0.71% | - |
| HSV(B) | 6.98º | 0.39% | 0.87% | - |
| XYZ | 45.38 | 38.36 | 28.68 | - |
| YUV | 168.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 137 | 0 | 0.34 | 0.39 | 0.13 | 6.98 | 0.57 | 0.71 |
| Hex | DF | 93 | 89 | 0 | 22 | 27 | D | 7 | 39 | 47 |
| Octal | 337 | 223 | 211 | 0 | 42 | 47 | 15 | 7 | 71 | 107 |
| Binary | 11011111 | 10010011 | 10001001 | 0 | 100010 | 100111 | 1101 | 111 | 111001 | 1000111 |
Color Harmonies of #DF9389
Complementary color
Monochromatic Colors of #DF9389
Black with #DF9389
Text Example
Text Example
White with #DF9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9389; }
p { color: rgb(223,147,137); }
H1.HeaderClassName
{
color: #DF9389;
}
.AnyTagClassName
{
color: #DF9389;
}
</style>
background-color css
<style>
a { background-color: #DF9389; }
a { background-color: rgb(223,147,137); }
div.DivClassName
{
background-color: #DF9389;
}
.BgClassName
{
background-color: #DF9389;
}
</style>
border-color css
<style>
span { border-color: #DF9389; }
span { border-color: rgb(223,147,137); }
td.TdClassName
{
border-color: #DF9389;
}
.TagClassName
{
border-color: #DF9389;
}
</style>