Shades of Petite Orchid #DF9990
Tints of Petite Orchid #DF9990
RGB
CMYK
RGB Variations
Color information
#DF9990 (or 0xDF9990) is known color: Petite Orchid. HEX triplet: DF, 99 and 90. RGB value is (223,153,144). Sum of RGB (Red+Green+Blue) = 223+153+144=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9990 is #20666F. Grayscale: #ADADAD. Windows color (decimal): -2123376 or 9476575. OLE color: 9476575.
HSL color Cylindrical-coordinate representation of color #DF9990: hue angle of 6.84º 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 #DF9990 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 144 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.13 |
| HSL | 6.84º | 0.55% | 0.72% | - |
| HSV(B) | 6.84º | 0.35% | 0.87% | - |
| XYZ | 46.86 | 40.48 | 31.73 | - |
| YUV | 172.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 144 | 0 | 0.31 | 0.35 | 0.13 | 6.84 | 0.55 | 0.72 |
| Hex | DF | 99 | 90 | 0 | 1F | 23 | D | 7 | 37 | 48 |
| Octal | 337 | 231 | 220 | 0 | 37 | 43 | 15 | 7 | 67 | 110 |
| Binary | 11011111 | 10011001 | 10010000 | 0 | 11111 | 100011 | 1101 | 111 | 110111 | 1001000 |
Color Harmonies of #DF9990
Complementary color
Monochromatic Colors of #DF9990
Black with #DF9990
Text Example
Text Example
White with #DF9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9990; }
p { color: rgb(223,153,144); }
H1.HeaderClassName
{
color: #DF9990;
}
.AnyTagClassName
{
color: #DF9990;
}
</style>
background-color css
<style>
a { background-color: #DF9990; }
a { background-color: rgb(223,153,144); }
div.DivClassName
{
background-color: #DF9990;
}
.BgClassName
{
background-color: #DF9990;
}
</style>
border-color css
<style>
span { border-color: #DF9990; }
span { border-color: rgb(223,153,144); }
td.TdClassName
{
border-color: #DF9990;
}
.TagClassName
{
border-color: #DF9990;
}
</style>