Shades of Petite Orchid #DF9B9A
Tints of Petite Orchid #DF9B9A
RGB
CMYK
RGB Variations
Color information
#DF9B9A (or 0xDF9B9A) is known color: Petite Orchid. HEX triplet: DF, 9B and 9A. RGB value is (223,155,154). Sum of RGB (Red+Green+Blue) = 223+155+154=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B9A is #206465. Grayscale: #AFAFAF. Windows color (decimal): -2122854 or 10132447. OLE color: 10132447.
HSL color Cylindrical-coordinate representation of color #DF9B9A: hue angle of 0.87º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9B9A is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 154 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.13 |
| HSL | 0.87º | 0.52% | 0.74% | - |
| HSV(B) | 0.87º | 0.31% | 0.87% | - |
| XYZ | 47.99 | 41.46 | 36.05 | - |
| YUV | 175.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 154 | 0 | 0.30 | 0.31 | 0.13 | 0.87 | 0.52 | 0.74 |
| Hex | DF | 9B | 9A | 0 | 1E | 1F | D | 1 | 34 | 4A |
| Octal | 337 | 233 | 232 | 0 | 36 | 37 | 15 | 1 | 64 | 112 |
| Binary | 11011111 | 10011011 | 10011010 | 0 | 11110 | 11111 | 1101 | 1 | 110100 | 1001010 |
Color Harmonies of #DF9B9A
Complementary color
Monochromatic Colors of #DF9B9A
Black with #DF9B9A
Text Example
Text Example
White with #DF9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B9A; }
p { color: rgb(223,155,154); }
H1.HeaderClassName
{
color: #DF9B9A;
}
.AnyTagClassName
{
color: #DF9B9A;
}
</style>
background-color css
<style>
a { background-color: #DF9B9A; }
a { background-color: rgb(223,155,154); }
div.DivClassName
{
background-color: #DF9B9A;
}
.BgClassName
{
background-color: #DF9B9A;
}
</style>
border-color css
<style>
span { border-color: #DF9B9A; }
span { border-color: rgb(223,155,154); }
td.TdClassName
{
border-color: #DF9B9A;
}
.TagClassName
{
border-color: #DF9B9A;
}
</style>