Shades of Petite Orchid #DF9992
Tints of Petite Orchid #DF9992
RGB
CMYK
RGB Variations
Color information
#DF9992 (or 0xDF9992) is known color: Petite Orchid. HEX triplet: DF, 99 and 92. RGB value is (223,153,146). Sum of RGB (Red+Green+Blue) = 223+153+146=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9992 is #20666D. Grayscale: #ADADAD. Windows color (decimal): -2123374 or 9607647. OLE color: 9607647.
HSL color Cylindrical-coordinate representation of color #DF9992: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9992 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 146 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.13 |
| HSL | 5.45º | 0.55% | 0.72% | - |
| HSV(B) | 5.45º | 0.35% | 0.87% | - |
| XYZ | 47.01 | 40.55 | 32.54 | - |
| YUV | 173.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 146 | 0 | 0.31 | 0.35 | 0.13 | 5.45 | 0.55 | 0.72 |
| Hex | DF | 99 | 92 | 0 | 1F | 23 | D | 5 | 37 | 48 |
| Octal | 337 | 231 | 222 | 0 | 37 | 43 | 15 | 5 | 67 | 110 |
| Binary | 11011111 | 10011001 | 10010010 | 0 | 11111 | 100011 | 1101 | 101 | 110111 | 1001000 |
Color Harmonies of #DF9992
Complementary color
Monochromatic Colors of #DF9992
Black with #DF9992
Text Example
Text Example
White with #DF9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9992; }
p { color: rgb(223,153,146); }
H1.HeaderClassName
{
color: #DF9992;
}
.AnyTagClassName
{
color: #DF9992;
}
</style>
background-color css
<style>
a { background-color: #DF9992; }
a { background-color: rgb(223,153,146); }
div.DivClassName
{
background-color: #DF9992;
}
.BgClassName
{
background-color: #DF9992;
}
</style>
border-color css
<style>
span { border-color: #DF9992; }
span { border-color: rgb(223,153,146); }
td.TdClassName
{
border-color: #DF9992;
}
.TagClassName
{
border-color: #DF9992;
}
</style>