Shades of Petite Orchid #DF8F88
Tints of Petite Orchid #DF8F88
RGB
CMYK
RGB Variations
Color information
#DF8F88 (or 0xDF8F88) is known color: Petite Orchid. HEX triplet: DF, 8F and 88. RGB value is (223,143,136). Sum of RGB (Red+Green+Blue) = 223+143+136=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F88 is #207077. Grayscale: #A6A6A6. Windows color (decimal): -2125944 or 8949727. OLE color: 8949727.
HSL color Cylindrical-coordinate representation of color #DF8F88: hue angle of 4.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF8F88 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 136 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.13 |
| HSL | 4.83º | 0.58% | 0.7% | - |
| HSV(B) | 4.83º | 0.39% | 0.87% | - |
| XYZ | 44.7 | 37.11 | 28.1 | - |
| YUV | 166.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 136 | 0 | 0.36 | 0.39 | 0.13 | 4.83 | 0.58 | 0.7 |
| Hex | DF | 8F | 88 | 0 | 24 | 27 | D | 5 | 3A | 46 |
| Octal | 337 | 217 | 210 | 0 | 44 | 47 | 15 | 5 | 72 | 106 |
| Binary | 11011111 | 10001111 | 10001000 | 0 | 100100 | 100111 | 1101 | 101 | 111010 | 1000110 |
Color Harmonies of #DF8F88
Complementary color
Monochromatic Colors of #DF8F88
Black with #DF8F88
Text Example
Text Example
White with #DF8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F88; }
p { color: rgb(223,143,136); }
H1.HeaderClassName
{
color: #DF8F88;
}
.AnyTagClassName
{
color: #DF8F88;
}
</style>
background-color css
<style>
a { background-color: #DF8F88; }
a { background-color: rgb(223,143,136); }
div.DivClassName
{
background-color: #DF8F88;
}
.BgClassName
{
background-color: #DF8F88;
}
</style>
border-color css
<style>
span { border-color: #DF8F88; }
span { border-color: rgb(223,143,136); }
td.TdClassName
{
border-color: #DF8F88;
}
.TagClassName
{
border-color: #DF8F88;
}
</style>