Shades of Petite Orchid #DF9088
Tints of Petite Orchid #DF9088
RGB
CMYK
RGB Variations
Color information
#DF9088 (or 0xDF9088) is known color: Petite Orchid. HEX triplet: DF, 90 and 88. RGB value is (223,144,136). Sum of RGB (Red+Green+Blue) = 223+144+136=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9088 is #206F77. Grayscale: #A6A6A6. Windows color (decimal): -2125688 or 8949983. OLE color: 8949983.
HSL color Cylindrical-coordinate representation of color #DF9088: hue angle of 5.52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9088 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 136 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 5.52º | 0.58% | 0.7% | - |
| HSV(B) | 5.52º | 0.39% | 0.87% | - |
| XYZ | 44.85 | 37.41 | 28.15 | - |
| YUV | 166.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 136 | 0 | 0.35 | 0.39 | 0.13 | 5.52 | 0.58 | 0.7 |
| Hex | DF | 90 | 88 | 0 | 23 | 27 | D | 6 | 3A | 46 |
| Octal | 337 | 220 | 210 | 0 | 43 | 47 | 15 | 6 | 72 | 106 |
| Binary | 11011111 | 10010000 | 10001000 | 0 | 100011 | 100111 | 1101 | 110 | 111010 | 1000110 |
Color Harmonies of #DF9088
Complementary color
Monochromatic Colors of #DF9088
Black with #DF9088
Text Example
Text Example
White with #DF9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9088; }
p { color: rgb(223,144,136); }
H1.HeaderClassName
{
color: #DF9088;
}
.AnyTagClassName
{
color: #DF9088;
}
</style>
background-color css
<style>
a { background-color: #DF9088; }
a { background-color: rgb(223,144,136); }
div.DivClassName
{
background-color: #DF9088;
}
.BgClassName
{
background-color: #DF9088;
}
</style>
border-color css
<style>
span { border-color: #DF9088; }
span { border-color: rgb(223,144,136); }
td.TdClassName
{
border-color: #DF9088;
}
.TagClassName
{
border-color: #DF9088;
}
</style>