Shades of Petite Orchid #DF8F8F
Tints of Petite Orchid #DF8F8F
RGB
CMYK
RGB Variations
Color information
#DF8F8F (or 0xDF8F8F) is known color: Petite Orchid. HEX triplet: DF, 8F and 8F. RGB value is (223,143,143). Sum of RGB (Red+Green+Blue) = 223+143+143=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F8F is #207070. Grayscale: #A6A6A6. Windows color (decimal): -2125937 or 9408479. OLE color: 9408479.
HSL color Cylindrical-coordinate representation of color #DF8F8F: hue angle of 0º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8F8F is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 143 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.13 |
| HSL | 0º | 0.56% | 0.72% | - |
| HSV(B) | 0º | 0.36% | 0.87% | - |
| XYZ | 45.21 | 37.32 | 30.81 | - |
| YUV | 166.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 143 | 0 | 0.36 | 0.36 | 0.13 | 0 | 0.56 | 0.72 |
| Hex | DF | 8F | 8F | 0 | 24 | 24 | D | 0 | 38 | 48 |
| Octal | 337 | 217 | 217 | 0 | 44 | 44 | 15 | 0 | 70 | 110 |
| Binary | 11011111 | 10001111 | 10001111 | 0 | 100100 | 100100 | 1101 | 0 | 111000 | 1001000 |
Color Harmonies of #DF8F8F
Complementary color
Monochromatic Colors of #DF8F8F
Black with #DF8F8F
Text Example
Text Example
White with #DF8F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F8F; }
p { color: rgb(223,143,143); }
H1.HeaderClassName
{
color: #DF8F8F;
}
.AnyTagClassName
{
color: #DF8F8F;
}
</style>
background-color css
<style>
a { background-color: #DF8F8F; }
a { background-color: rgb(223,143,143); }
div.DivClassName
{
background-color: #DF8F8F;
}
.BgClassName
{
background-color: #DF8F8F;
}
</style>
border-color css
<style>
span { border-color: #DF8F8F; }
span { border-color: rgb(223,143,143); }
td.TdClassName
{
border-color: #DF8F8F;
}
.TagClassName
{
border-color: #DF8F8F;
}
</style>