Shades of Petite Orchid #DF958B
Tints of Petite Orchid #DF958B
RGB
CMYK
RGB Variations
Color information
#DF958B (or 0xDF958B) is known color: Petite Orchid. HEX triplet: DF, 95 and 8B. RGB value is (223,149,139). Sum of RGB (Red+Green+Blue) = 223+149+139=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958B is #206A74. Grayscale: #AAAAAA. Windows color (decimal): -2124405 or 9147871. OLE color: 9147871.
HSL color Cylindrical-coordinate representation of color #DF958B: hue angle of 7.14º 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 #DF958B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 139 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.13 |
| HSL | 7.14º | 0.57% | 0.71% | - |
| HSV(B) | 7.14º | 0.38% | 0.87% | - |
| XYZ | 45.84 | 39.05 | 29.55 | - |
| YUV | 169.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 139 | 0 | 0.33 | 0.38 | 0.13 | 7.14 | 0.57 | 0.71 |
| Hex | DF | 95 | 8B | 0 | 21 | 26 | D | 7 | 39 | 47 |
| Octal | 337 | 225 | 213 | 0 | 41 | 46 | 15 | 7 | 71 | 107 |
| Binary | 11011111 | 10010101 | 10001011 | 0 | 100001 | 100110 | 1101 | 111 | 111001 | 1000111 |
Color Harmonies of #DF958B
Complementary color
Monochromatic Colors of #DF958B
Black with #DF958B
Text Example
Text Example
White with #DF958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF958B; }
p { color: rgb(223,149,139); }
H1.HeaderClassName
{
color: #DF958B;
}
.AnyTagClassName
{
color: #DF958B;
}
</style>
background-color css
<style>
a { background-color: #DF958B; }
a { background-color: rgb(223,149,139); }
div.DivClassName
{
background-color: #DF958B;
}
.BgClassName
{
background-color: #DF958B;
}
</style>
border-color css
<style>
span { border-color: #DF958B; }
span { border-color: rgb(223,149,139); }
td.TdClassName
{
border-color: #DF958B;
}
.TagClassName
{
border-color: #DF958B;
}
</style>