Shades of Petite Orchid #DF9188
Tints of Petite Orchid #DF9188
RGB
CMYK
RGB Variations
Color information
#DF9188 (or 0xDF9188) is known color: Petite Orchid. HEX triplet: DF, 91 and 88. RGB value is (223,145,136). Sum of RGB (Red+Green+Blue) = 223+145+136=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9188 is #206E77. Grayscale: #A7A7A7. Windows color (decimal): -2125432 or 8950239. OLE color: 8950239.
HSL color Cylindrical-coordinate representation of color #DF9188: hue angle of 6.21º 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 #DF9188 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 136 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 6.21º | 0.58% | 0.7% | - |
| HSV(B) | 6.21º | 0.39% | 0.87% | - |
| XYZ | 45 | 37.72 | 28.2 | - |
| YUV | 167.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 136 | 0 | 0.35 | 0.39 | 0.13 | 6.21 | 0.58 | 0.7 |
| Hex | DF | 91 | 88 | 0 | 23 | 27 | D | 6 | 3A | 46 |
| Octal | 337 | 221 | 210 | 0 | 43 | 47 | 15 | 6 | 72 | 106 |
| Binary | 11011111 | 10010001 | 10001000 | 0 | 100011 | 100111 | 1101 | 110 | 111010 | 1000110 |
Color Harmonies of #DF9188
Complementary color
Monochromatic Colors of #DF9188
Black with #DF9188
Text Example
Text Example
White with #DF9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9188; }
p { color: rgb(223,145,136); }
H1.HeaderClassName
{
color: #DF9188;
}
.AnyTagClassName
{
color: #DF9188;
}
</style>
background-color css
<style>
a { background-color: #DF9188; }
a { background-color: rgb(223,145,136); }
div.DivClassName
{
background-color: #DF9188;
}
.BgClassName
{
background-color: #DF9188;
}
</style>
border-color css
<style>
span { border-color: #DF9188; }
span { border-color: rgb(223,145,136); }
td.TdClassName
{
border-color: #DF9188;
}
.TagClassName
{
border-color: #DF9188;
}
</style>