Shades of Petite Orchid #DF9B99
Tints of Petite Orchid #DF9B99
RGB
CMYK
RGB Variations
Color information
#DF9B99 (or 0xDF9B99) is known color: Petite Orchid. HEX triplet: DF, 9B and 99. RGB value is (223,155,153). Sum of RGB (Red+Green+Blue) = 223+155+153=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B99 is #206466. Grayscale: #AFAFAF. Windows color (decimal): -2122855 or 10066911. OLE color: 10066911.
HSL color Cylindrical-coordinate representation of color #DF9B99: hue angle of 1.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9B99 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 153 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.13 |
| HSL | 1.71º | 0.52% | 0.74% | - |
| HSV(B) | 1.71º | 0.31% | 0.87% | - |
| XYZ | 47.9 | 41.43 | 35.61 | - |
| YUV | 175.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 153 | 0 | 0.30 | 0.31 | 0.13 | 1.71 | 0.52 | 0.74 |
| Hex | DF | 9B | 99 | 0 | 1E | 1F | D | 2 | 34 | 4A |
| Octal | 337 | 233 | 231 | 0 | 36 | 37 | 15 | 2 | 64 | 112 |
| Binary | 11011111 | 10011011 | 10011001 | 0 | 11110 | 11111 | 1101 | 10 | 110100 | 1001010 |
Color Harmonies of #DF9B99
Complementary color
Monochromatic Colors of #DF9B99
Black with #DF9B99
Text Example
Text Example
White with #DF9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B99; }
p { color: rgb(223,155,153); }
H1.HeaderClassName
{
color: #DF9B99;
}
.AnyTagClassName
{
color: #DF9B99;
}
</style>
background-color css
<style>
a { background-color: #DF9B99; }
a { background-color: rgb(223,155,153); }
div.DivClassName
{
background-color: #DF9B99;
}
.BgClassName
{
background-color: #DF9B99;
}
</style>
border-color css
<style>
span { border-color: #DF9B99; }
span { border-color: rgb(223,155,153); }
td.TdClassName
{
border-color: #DF9B99;
}
.TagClassName
{
border-color: #DF9B99;
}
</style>