Shades of Petite Orchid #DF928D
Tints of Petite Orchid #DF928D
RGB
CMYK
RGB Variations
Color information
#DF928D (or 0xDF928D) is known color: Petite Orchid. HEX triplet: DF, 92 and 8D. RGB value is (223,146,141). Sum of RGB (Red+Green+Blue) = 223+146+141=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF928D is #206D72. Grayscale: #A8A8A8. Windows color (decimal): -2125171 or 9278175. OLE color: 9278175.
HSL color Cylindrical-coordinate representation of color #DF928D: hue angle of 3.66º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF928D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 141 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.13 |
| HSL | 3.66º | 0.56% | 0.71% | - |
| HSV(B) | 3.66º | 0.37% | 0.87% | - |
| XYZ | 45.52 | 38.17 | 30.17 | - |
| YUV | 168.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 141 | 0 | 0.35 | 0.37 | 0.13 | 3.66 | 0.56 | 0.71 |
| Hex | DF | 92 | 8D | 0 | 23 | 25 | D | 4 | 38 | 47 |
| Octal | 337 | 222 | 215 | 0 | 43 | 45 | 15 | 4 | 70 | 107 |
| Binary | 11011111 | 10010010 | 10001101 | 0 | 100011 | 100101 | 1101 | 100 | 111000 | 1000111 |
Color Harmonies of #DF928D
Complementary color
Monochromatic Colors of #DF928D
Black with #DF928D
Text Example
Text Example
White with #DF928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF928D; }
p { color: rgb(223,146,141); }
H1.HeaderClassName
{
color: #DF928D;
}
.AnyTagClassName
{
color: #DF928D;
}
</style>
background-color css
<style>
a { background-color: #DF928D; }
a { background-color: rgb(223,146,141); }
div.DivClassName
{
background-color: #DF928D;
}
.BgClassName
{
background-color: #DF928D;
}
</style>
border-color css
<style>
span { border-color: #DF928D; }
span { border-color: rgb(223,146,141); }
td.TdClassName
{
border-color: #DF928D;
}
.TagClassName
{
border-color: #DF928D;
}
</style>