Shades of Petite Orchid #DF9E9A
Tints of Petite Orchid #DF9E9A
RGB
CMYK
RGB Variations
Color information
#DF9E9A (or 0xDF9E9A) is known color: Petite Orchid. HEX triplet: DF, 9E and 9A. RGB value is (223,158,154). Sum of RGB (Red+Green+Blue) = 223+158+154=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E9A is #206165. Grayscale: #B1B1B1. Windows color (decimal): -2122086 or 10133215. OLE color: 10133215.
HSL color Cylindrical-coordinate representation of color #DF9E9A: hue angle of 3.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9E9A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 154 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.13 |
| HSL | 3.48º | 0.52% | 0.74% | - |
| HSV(B) | 3.48º | 0.31% | 0.87% | - |
| XYZ | 48.49 | 42.47 | 36.21 | - |
| YUV | 176.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 154 | 0 | 0.29 | 0.31 | 0.13 | 3.48 | 0.52 | 0.74 |
| Hex | DF | 9E | 9A | 0 | 1D | 1F | D | 3 | 34 | 4A |
| Octal | 337 | 236 | 232 | 0 | 35 | 37 | 15 | 3 | 64 | 112 |
| Binary | 11011111 | 10011110 | 10011010 | 0 | 11101 | 11111 | 1101 | 11 | 110100 | 1001010 |
Color Harmonies of #DF9E9A
Complementary color
Monochromatic Colors of #DF9E9A
Black with #DF9E9A
Text Example
Text Example
White with #DF9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E9A; }
p { color: rgb(223,158,154); }
H1.HeaderClassName
{
color: #DF9E9A;
}
.AnyTagClassName
{
color: #DF9E9A;
}
</style>
background-color css
<style>
a { background-color: #DF9E9A; }
a { background-color: rgb(223,158,154); }
div.DivClassName
{
background-color: #DF9E9A;
}
.BgClassName
{
background-color: #DF9E9A;
}
</style>
border-color css
<style>
span { border-color: #DF9E9A; }
span { border-color: rgb(223,158,154); }
td.TdClassName
{
border-color: #DF9E9A;
}
.TagClassName
{
border-color: #DF9E9A;
}
</style>