Shades of Petite Orchid #DF9A99
Tints of Petite Orchid #DF9A99
RGB
CMYK
RGB Variations
Color information
#DF9A99 (or 0xDF9A99) is known color: Petite Orchid. HEX triplet: DF, 9A and 99. RGB value is (223,154,153). Sum of RGB (Red+Green+Blue) = 223+154+153=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A99 is #206566. Grayscale: #AEAEAE. Windows color (decimal): -2123111 or 10066655. OLE color: 10066655.
HSL color Cylindrical-coordinate representation of color #DF9A99: hue angle of 0.86º 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 #DF9A99 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 153 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.13 |
| HSL | 0.86º | 0.52% | 0.74% | - |
| HSV(B) | 0.86º | 0.31% | 0.87% | - |
| XYZ | 47.74 | 41.1 | 35.55 | - |
| YUV | 174.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 153 | 0 | 0.31 | 0.31 | 0.13 | 0.86 | 0.52 | 0.74 |
| Hex | DF | 9A | 99 | 0 | 1F | 1F | D | 1 | 34 | 4A |
| Octal | 337 | 232 | 231 | 0 | 37 | 37 | 15 | 1 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10011001 | 0 | 11111 | 11111 | 1101 | 1 | 110100 | 1001010 |
Color Harmonies of #DF9A99
Complementary color
Monochromatic Colors of #DF9A99
Black with #DF9A99
Text Example
Text Example
White with #DF9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A99; }
p { color: rgb(223,154,153); }
H1.HeaderClassName
{
color: #DF9A99;
}
.AnyTagClassName
{
color: #DF9A99;
}
</style>
background-color css
<style>
a { background-color: #DF9A99; }
a { background-color: rgb(223,154,153); }
div.DivClassName
{
background-color: #DF9A99;
}
.BgClassName
{
background-color: #DF9A99;
}
</style>
border-color css
<style>
span { border-color: #DF9A99; }
span { border-color: rgb(223,154,153); }
td.TdClassName
{
border-color: #DF9A99;
}
.TagClassName
{
border-color: #DF9A99;
}
</style>