Shades of Petite Orchid #DF958D
Tints of Petite Orchid #DF958D
RGB
CMYK
RGB Variations
Color information
#DF958D (or 0xDF958D) is known color: Petite Orchid. HEX triplet: DF, 95 and 8D. RGB value is (223,149,141). Sum of RGB (Red+Green+Blue) = 223+149+141=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958D is #206A72. Grayscale: #AAAAAA. Windows color (decimal): -2124403 or 9278943. OLE color: 9278943.
HSL color Cylindrical-coordinate representation of color #DF958D: hue angle of 5.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF958D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 141 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.13 |
| HSL | 5.85º | 0.56% | 0.71% | - |
| HSV(B) | 5.85º | 0.37% | 0.87% | - |
| XYZ | 45.99 | 39.11 | 30.32 | - |
| YUV | 170.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 141 | 0 | 0.33 | 0.37 | 0.13 | 5.85 | 0.56 | 0.71 |
| Hex | DF | 95 | 8D | 0 | 21 | 25 | D | 6 | 38 | 47 |
| Octal | 337 | 225 | 215 | 0 | 41 | 45 | 15 | 6 | 70 | 107 |
| Binary | 11011111 | 10010101 | 10001101 | 0 | 100001 | 100101 | 1101 | 110 | 111000 | 1000111 |
Color Harmonies of #DF958D
Complementary color
Monochromatic Colors of #DF958D
Black with #DF958D
Text Example
Text Example
White with #DF958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF958D; }
p { color: rgb(223,149,141); }
H1.HeaderClassName
{
color: #DF958D;
}
.AnyTagClassName
{
color: #DF958D;
}
</style>
background-color css
<style>
a { background-color: #DF958D; }
a { background-color: rgb(223,149,141); }
div.DivClassName
{
background-color: #DF958D;
}
.BgClassName
{
background-color: #DF958D;
}
</style>
border-color css
<style>
span { border-color: #DF958D; }
span { border-color: rgb(223,149,141); }
td.TdClassName
{
border-color: #DF958D;
}
.TagClassName
{
border-color: #DF958D;
}
</style>