Shades of Petite Orchid #DF8F8A
Tints of Petite Orchid #DF8F8A
RGB
CMYK
RGB Variations
Color information
#DF8F8A (or 0xDF8F8A) is known color: Petite Orchid. HEX triplet: DF, 8F and 8A. RGB value is (223,143,138). Sum of RGB (Red+Green+Blue) = 223+143+138=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F8A is #207075. Grayscale: #A6A6A6. Windows color (decimal): -2125942 or 9080799. OLE color: 9080799.
HSL color Cylindrical-coordinate representation of color #DF8F8A: hue angle of 3.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8F8A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 138 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.13 |
| HSL | 3.53º | 0.57% | 0.71% | - |
| HSV(B) | 3.53º | 0.38% | 0.87% | - |
| XYZ | 44.84 | 37.17 | 28.86 | - |
| YUV | 166.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 138 | 0 | 0.36 | 0.38 | 0.13 | 3.53 | 0.57 | 0.71 |
| Hex | DF | 8F | 8A | 0 | 24 | 26 | D | 4 | 39 | 47 |
| Octal | 337 | 217 | 212 | 0 | 44 | 46 | 15 | 4 | 71 | 107 |
| Binary | 11011111 | 10001111 | 10001010 | 0 | 100100 | 100110 | 1101 | 100 | 111001 | 1000111 |
Color Harmonies of #DF8F8A
Complementary color
Monochromatic Colors of #DF8F8A
Black with #DF8F8A
Text Example
Text Example
White with #DF8F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F8A; }
p { color: rgb(223,143,138); }
H1.HeaderClassName
{
color: #DF8F8A;
}
.AnyTagClassName
{
color: #DF8F8A;
}
</style>
background-color css
<style>
a { background-color: #DF8F8A; }
a { background-color: rgb(223,143,138); }
div.DivClassName
{
background-color: #DF8F8A;
}
.BgClassName
{
background-color: #DF8F8A;
}
</style>
border-color css
<style>
span { border-color: #DF8F8A; }
span { border-color: rgb(223,143,138); }
td.TdClassName
{
border-color: #DF8F8A;
}
.TagClassName
{
border-color: #DF8F8A;
}
</style>