Shades of Petite Orchid #DF9993
Tints of Petite Orchid #DF9993
RGB
CMYK
RGB Variations
Color information
#DF9993 (or 0xDF9993) is known color: Petite Orchid. HEX triplet: DF, 99 and 93. RGB value is (223,153,147). Sum of RGB (Red+Green+Blue) = 223+153+147=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9993 is #20666C. Grayscale: #ADADAD. Windows color (decimal): -2123373 or 9673183. OLE color: 9673183.
HSL color Cylindrical-coordinate representation of color #DF9993: hue angle of 4.74º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9993 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 147 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.13 |
| HSL | 4.74º | 0.54% | 0.73% | - |
| HSV(B) | 4.74º | 0.34% | 0.87% | - |
| XYZ | 47.09 | 40.58 | 32.95 | - |
| YUV | 173.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 147 | 0 | 0.31 | 0.34 | 0.13 | 4.74 | 0.54 | 0.73 |
| Hex | DF | 99 | 93 | 0 | 1F | 22 | D | 5 | 36 | 49 |
| Octal | 337 | 231 | 223 | 0 | 37 | 42 | 15 | 5 | 66 | 111 |
| Binary | 11011111 | 10011001 | 10010011 | 0 | 11111 | 100010 | 1101 | 101 | 110110 | 1001001 |
Color Harmonies of #DF9993
Complementary color
Monochromatic Colors of #DF9993
Black with #DF9993
Text Example
Text Example
White with #DF9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9993; }
p { color: rgb(223,153,147); }
H1.HeaderClassName
{
color: #DF9993;
}
.AnyTagClassName
{
color: #DF9993;
}
</style>
background-color css
<style>
a { background-color: #DF9993; }
a { background-color: rgb(223,153,147); }
div.DivClassName
{
background-color: #DF9993;
}
.BgClassName
{
background-color: #DF9993;
}
</style>
border-color css
<style>
span { border-color: #DF9993; }
span { border-color: rgb(223,153,147); }
td.TdClassName
{
border-color: #DF9993;
}
.TagClassName
{
border-color: #DF9993;
}
</style>