Shades of Petite Orchid #DF9A96
Tints of Petite Orchid #DF9A96
RGB
CMYK
RGB Variations
Color information
#DF9A96 (or 0xDF9A96) is known color: Petite Orchid. HEX triplet: DF, 9A and 96. RGB value is (223,154,150). Sum of RGB (Red+Green+Blue) = 223+154+150=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A96 is #206569. Grayscale: #AEAEAE. Windows color (decimal): -2123114 or 9870047. OLE color: 9870047.
HSL color Cylindrical-coordinate representation of color #DF9A96: hue angle of 3.29º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9A96 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 150 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.13 |
| HSL | 3.29º | 0.53% | 0.73% | - |
| HSV(B) | 3.29º | 0.33% | 0.87% | - |
| XYZ | 47.49 | 41 | 34.27 | - |
| YUV | 174.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 150 | 0 | 0.31 | 0.33 | 0.13 | 3.29 | 0.53 | 0.73 |
| Hex | DF | 9A | 96 | 0 | 1F | 21 | D | 3 | 35 | 49 |
| Octal | 337 | 232 | 226 | 0 | 37 | 41 | 15 | 3 | 65 | 111 |
| Binary | 11011111 | 10011010 | 10010110 | 0 | 11111 | 100001 | 1101 | 11 | 110101 | 1001001 |
Color Harmonies of #DF9A96
Complementary color
Monochromatic Colors of #DF9A96
Black with #DF9A96
Text Example
Text Example
White with #DF9A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A96; }
p { color: rgb(223,154,150); }
H1.HeaderClassName
{
color: #DF9A96;
}
.AnyTagClassName
{
color: #DF9A96;
}
</style>
background-color css
<style>
a { background-color: #DF9A96; }
a { background-color: rgb(223,154,150); }
div.DivClassName
{
background-color: #DF9A96;
}
.BgClassName
{
background-color: #DF9A96;
}
</style>
border-color css
<style>
span { border-color: #DF9A96; }
span { border-color: rgb(223,154,150); }
td.TdClassName
{
border-color: #DF9A96;
}
.TagClassName
{
border-color: #DF9A96;
}
</style>