Shades of Petite Orchid #DF9487
Tints of Petite Orchid #DF9487
RGB
CMYK
RGB Variations
Color information
#DF9487 (or 0xDF9487) is known color: Petite Orchid. HEX triplet: DF, 94 and 87. RGB value is (223,148,135). Sum of RGB (Red+Green+Blue) = 223+148+135=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9487 is #206B78. Grayscale: #A9A9A9. Windows color (decimal): -2124665 or 8885471. OLE color: 8885471.
HSL color Cylindrical-coordinate representation of color #DF9487: hue angle of 8.86º 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 #DF9487 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 135 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.13 |
| HSL | 8.86º | 0.58% | 0.7% | - |
| HSV(B) | 8.86º | 0.39% | 0.87% | - |
| XYZ | 45.39 | 38.62 | 27.98 | - |
| YUV | 168.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 135 | 0 | 0.34 | 0.39 | 0.13 | 8.86 | 0.58 | 0.7 |
| Hex | DF | 94 | 87 | 0 | 22 | 27 | D | 9 | 3A | 46 |
| Octal | 337 | 224 | 207 | 0 | 42 | 47 | 15 | 11 | 72 | 106 |
| Binary | 11011111 | 10010100 | 10000111 | 0 | 100010 | 100111 | 1101 | 1001 | 111010 | 1000110 |
Color Harmonies of #DF9487
Complementary color
Monochromatic Colors of #DF9487
Black with #DF9487
Text Example
Text Example
White with #DF9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9487; }
p { color: rgb(223,148,135); }
H1.HeaderClassName
{
color: #DF9487;
}
.AnyTagClassName
{
color: #DF9487;
}
</style>
background-color css
<style>
a { background-color: #DF9487; }
a { background-color: rgb(223,148,135); }
div.DivClassName
{
background-color: #DF9487;
}
.BgClassName
{
background-color: #DF9487;
}
</style>
border-color css
<style>
span { border-color: #DF9487; }
span { border-color: rgb(223,148,135); }
td.TdClassName
{
border-color: #DF9487;
}
.TagClassName
{
border-color: #DF9487;
}
</style>