Shades of Petite Orchid #DF9C99
Tints of Petite Orchid #DF9C99
RGB
CMYK
RGB Variations
Color information
#DF9C99 (or 0xDF9C99) is known color: Petite Orchid. HEX triplet: DF, 9C and 99. RGB value is (223,156,153). Sum of RGB (Red+Green+Blue) = 223+156+153=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C99 is #206366. Grayscale: #AFAFAF. Windows color (decimal): -2122599 or 10067167. OLE color: 10067167.
HSL color Cylindrical-coordinate representation of color #DF9C99: hue angle of 2.57º 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 #DF9C99 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 153 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.13 |
| HSL | 2.57º | 0.52% | 0.74% | - |
| HSV(B) | 2.57º | 0.31% | 0.87% | - |
| XYZ | 48.07 | 41.76 | 35.66 | - |
| YUV | 175.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 153 | 0 | 0.30 | 0.31 | 0.13 | 2.57 | 0.52 | 0.74 |
| Hex | DF | 9C | 99 | 0 | 1E | 1F | D | 3 | 34 | 4A |
| Octal | 337 | 234 | 231 | 0 | 36 | 37 | 15 | 3 | 64 | 112 |
| Binary | 11011111 | 10011100 | 10011001 | 0 | 11110 | 11111 | 1101 | 11 | 110100 | 1001010 |
Color Harmonies of #DF9C99
Complementary color
Monochromatic Colors of #DF9C99
Black with #DF9C99
Text Example
Text Example
White with #DF9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C99; }
p { color: rgb(223,156,153); }
H1.HeaderClassName
{
color: #DF9C99;
}
.AnyTagClassName
{
color: #DF9C99;
}
</style>
background-color css
<style>
a { background-color: #DF9C99; }
a { background-color: rgb(223,156,153); }
div.DivClassName
{
background-color: #DF9C99;
}
.BgClassName
{
background-color: #DF9C99;
}
</style>
border-color css
<style>
span { border-color: #DF9C99; }
span { border-color: rgb(223,156,153); }
td.TdClassName
{
border-color: #DF9C99;
}
.TagClassName
{
border-color: #DF9C99;
}
</style>