Shades of Petite Orchid #DF9593
Tints of Petite Orchid #DF9593
RGB
CMYK
RGB Variations
Color information
#DF9593 (or 0xDF9593) is known color: Petite Orchid. HEX triplet: DF, 95 and 93. RGB value is (223,149,147). Sum of RGB (Red+Green+Blue) = 223+149+147=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9593 is #206A6C. Grayscale: #AAAAAA. Windows color (decimal): -2124397 or 9672159. OLE color: 9672159.
HSL color Cylindrical-coordinate representation of color #DF9593: hue angle of 1.58º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9593 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 147 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.13 |
| HSL | 1.58º | 0.54% | 0.73% | - |
| HSV(B) | 1.58º | 0.34% | 0.87% | - |
| XYZ | 46.45 | 39.29 | 32.74 | - |
| YUV | 170.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 147 | 0 | 0.33 | 0.34 | 0.13 | 1.58 | 0.54 | 0.73 |
| Hex | DF | 95 | 93 | 0 | 21 | 22 | D | 2 | 36 | 49 |
| Octal | 337 | 225 | 223 | 0 | 41 | 42 | 15 | 2 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10010011 | 0 | 100001 | 100010 | 1101 | 10 | 110110 | 1001001 |
Color Harmonies of #DF9593
Complementary color
Monochromatic Colors of #DF9593
Black with #DF9593
Text Example
Text Example
White with #DF9593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9593; }
p { color: rgb(223,149,147); }
H1.HeaderClassName
{
color: #DF9593;
}
.AnyTagClassName
{
color: #DF9593;
}
</style>
background-color css
<style>
a { background-color: #DF9593; }
a { background-color: rgb(223,149,147); }
div.DivClassName
{
background-color: #DF9593;
}
.BgClassName
{
background-color: #DF9593;
}
</style>
border-color css
<style>
span { border-color: #DF9593; }
span { border-color: rgb(223,149,147); }
td.TdClassName
{
border-color: #DF9593;
}
.TagClassName
{
border-color: #DF9593;
}
</style>