Shades of Petite Orchid #DF8F8B
Tints of Petite Orchid #DF8F8B
RGB
CMYK
RGB Variations
Color information
#DF8F8B (or 0xDF8F8B) is known color: Petite Orchid. HEX triplet: DF, 8F and 8B. RGB value is (223,143,139). Sum of RGB (Red+Green+Blue) = 223+143+139=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F8B is #207074. Grayscale: #A6A6A6. Windows color (decimal): -2125941 or 9146335. OLE color: 9146335.
HSL color Cylindrical-coordinate representation of color #DF8F8B: hue angle of 2.86º 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 #DF8F8B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 139 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.13 |
| HSL | 2.86º | 0.57% | 0.71% | - |
| HSV(B) | 2.86º | 0.38% | 0.87% | - |
| XYZ | 44.91 | 37.2 | 29.24 | - |
| YUV | 166.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 139 | 0 | 0.36 | 0.38 | 0.13 | 2.86 | 0.57 | 0.71 |
| Hex | DF | 8F | 8B | 0 | 24 | 26 | D | 3 | 39 | 47 |
| Octal | 337 | 217 | 213 | 0 | 44 | 46 | 15 | 3 | 71 | 107 |
| Binary | 11011111 | 10001111 | 10001011 | 0 | 100100 | 100110 | 1101 | 11 | 111001 | 1000111 |
Color Harmonies of #DF8F8B
Complementary color
Monochromatic Colors of #DF8F8B
Black with #DF8F8B
Text Example
Text Example
White with #DF8F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F8B; }
p { color: rgb(223,143,139); }
H1.HeaderClassName
{
color: #DF8F8B;
}
.AnyTagClassName
{
color: #DF8F8B;
}
</style>
background-color css
<style>
a { background-color: #DF8F8B; }
a { background-color: rgb(223,143,139); }
div.DivClassName
{
background-color: #DF8F8B;
}
.BgClassName
{
background-color: #DF8F8B;
}
</style>
border-color css
<style>
span { border-color: #DF8F8B; }
span { border-color: rgb(223,143,139); }
td.TdClassName
{
border-color: #DF8F8B;
}
.TagClassName
{
border-color: #DF8F8B;
}
</style>