Shades of Petite Orchid #DF9690
Tints of Petite Orchid #DF9690
RGB
CMYK
RGB Variations
Color information
#DF9690 (or 0xDF9690) is known color: Petite Orchid. HEX triplet: DF, 96 and 90. RGB value is (223,150,144). Sum of RGB (Red+Green+Blue) = 223+150+144=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9690 is #20696F. Grayscale: #ABABAB. Windows color (decimal): -2124144 or 9475807. OLE color: 9475807.
HSL color Cylindrical-coordinate representation of color #DF9690: hue angle of 4.56º 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 #DF9690 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 144 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.13 |
| HSL | 4.56º | 0.55% | 0.72% | - |
| HSV(B) | 4.56º | 0.35% | 0.87% | - |
| XYZ | 46.37 | 39.51 | 31.57 | - |
| YUV | 171.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 144 | 0 | 0.33 | 0.35 | 0.13 | 4.56 | 0.55 | 0.72 |
| Hex | DF | 96 | 90 | 0 | 21 | 23 | D | 5 | 37 | 48 |
| Octal | 337 | 226 | 220 | 0 | 41 | 43 | 15 | 5 | 67 | 110 |
| Binary | 11011111 | 10010110 | 10010000 | 0 | 100001 | 100011 | 1101 | 101 | 110111 | 1001000 |
Color Harmonies of #DF9690
Complementary color
Monochromatic Colors of #DF9690
Black with #DF9690
Text Example
Text Example
White with #DF9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9690; }
p { color: rgb(223,150,144); }
H1.HeaderClassName
{
color: #DF9690;
}
.AnyTagClassName
{
color: #DF9690;
}
</style>
background-color css
<style>
a { background-color: #DF9690; }
a { background-color: rgb(223,150,144); }
div.DivClassName
{
background-color: #DF9690;
}
.BgClassName
{
background-color: #DF9690;
}
</style>
border-color css
<style>
span { border-color: #DF9690; }
span { border-color: rgb(223,150,144); }
td.TdClassName
{
border-color: #DF9690;
}
.TagClassName
{
border-color: #DF9690;
}
</style>