Shades of Petite Orchid #DF9588
Tints of Petite Orchid #DF9588
RGB
CMYK
RGB Variations
Color information
#DF9588 (or 0xDF9588) is known color: Petite Orchid. HEX triplet: DF, 95 and 88. RGB value is (223,149,136). Sum of RGB (Red+Green+Blue) = 223+149+136=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9588 is #206A77. Grayscale: #A9A9A9. Windows color (decimal): -2124408 or 8951263. OLE color: 8951263.
HSL color Cylindrical-coordinate representation of color #DF9588: hue angle of 8.97º 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 #DF9588 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 136 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.13 |
| HSL | 8.97º | 0.58% | 0.7% | - |
| HSV(B) | 8.97º | 0.39% | 0.87% | - |
| XYZ | 45.62 | 38.96 | 28.41 | - |
| YUV | 169.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 136 | 0 | 0.33 | 0.39 | 0.13 | 8.97 | 0.58 | 0.7 |
| Hex | DF | 95 | 88 | 0 | 21 | 27 | D | 9 | 3A | 46 |
| Octal | 337 | 225 | 210 | 0 | 41 | 47 | 15 | 11 | 72 | 106 |
| Binary | 11011111 | 10010101 | 10001000 | 0 | 100001 | 100111 | 1101 | 1001 | 111010 | 1000110 |
Color Harmonies of #DF9588
Complementary color
Monochromatic Colors of #DF9588
Black with #DF9588
Text Example
Text Example
White with #DF9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9588; }
p { color: rgb(223,149,136); }
H1.HeaderClassName
{
color: #DF9588;
}
.AnyTagClassName
{
color: #DF9588;
}
</style>
background-color css
<style>
a { background-color: #DF9588; }
a { background-color: rgb(223,149,136); }
div.DivClassName
{
background-color: #DF9588;
}
.BgClassName
{
background-color: #DF9588;
}
</style>
border-color css
<style>
span { border-color: #DF9588; }
span { border-color: rgb(223,149,136); }
td.TdClassName
{
border-color: #DF9588;
}
.TagClassName
{
border-color: #DF9588;
}
</style>