Shades of Petite Orchid #DF968B
Tints of Petite Orchid #DF968B
RGB
CMYK
RGB Variations
Color information
#DF968B (or 0xDF968B) is known color: Petite Orchid. HEX triplet: DF, 96 and 8B. RGB value is (223,150,139). Sum of RGB (Red+Green+Blue) = 223+150+139=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968B is #206974. Grayscale: #AAAAAA. Windows color (decimal): -2124149 or 9148127. OLE color: 9148127.
HSL color Cylindrical-coordinate representation of color #DF968B: hue angle of 7.86º 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 #DF968B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 139 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.13 |
| HSL | 7.86º | 0.57% | 0.71% | - |
| HSV(B) | 7.86º | 0.38% | 0.87% | - |
| XYZ | 46 | 39.36 | 29.6 | - |
| YUV | 170.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 139 | 0 | 0.33 | 0.38 | 0.13 | 7.86 | 0.57 | 0.71 |
| Hex | DF | 96 | 8B | 0 | 21 | 26 | D | 8 | 39 | 47 |
| Octal | 337 | 226 | 213 | 0 | 41 | 46 | 15 | 10 | 71 | 107 |
| Binary | 11011111 | 10010110 | 10001011 | 0 | 100001 | 100110 | 1101 | 1000 | 111001 | 1000111 |
Color Harmonies of #DF968B
Complementary color
Monochromatic Colors of #DF968B
Black with #DF968B
Text Example
Text Example
White with #DF968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF968B; }
p { color: rgb(223,150,139); }
H1.HeaderClassName
{
color: #DF968B;
}
.AnyTagClassName
{
color: #DF968B;
}
</style>
background-color css
<style>
a { background-color: #DF968B; }
a { background-color: rgb(223,150,139); }
div.DivClassName
{
background-color: #DF968B;
}
.BgClassName
{
background-color: #DF968B;
}
</style>
border-color css
<style>
span { border-color: #DF968B; }
span { border-color: rgb(223,150,139); }
td.TdClassName
{
border-color: #DF968B;
}
.TagClassName
{
border-color: #DF968B;
}
</style>