Shades of Petite Orchid #D59890
Tints of Petite Orchid #D59890
RGB
CMYK
RGB Variations
Color information
#D59890 (or 0xD59890) is known color: Petite Orchid. HEX triplet: D5, 98 and 90. RGB value is (213,152,144). Sum of RGB (Red+Green+Blue) = 213+152+144=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59890 is #2A676F. Grayscale: #A9A9A9. Windows color (decimal): -2778992 or 9476309. OLE color: 9476309.
HSL color Cylindrical-coordinate representation of color #D59890: hue angle of 6.96º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59890 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 144 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.16 |
| HSL | 6.96º | 0.45% | 0.7% | - |
| HSV(B) | 6.96º | 0.32% | 0.84% | - |
| XYZ | 43.7 | 38.62 | 31.54 | - |
| YUV | 169.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 144 | 0 | 0.29 | 0.32 | 0.16 | 6.96 | 0.45 | 0.7 |
| Hex | D5 | 98 | 90 | 0 | 1D | 20 | 10 | 7 | 2D | 46 |
| Octal | 325 | 230 | 220 | 0 | 35 | 40 | 20 | 7 | 55 | 106 |
| Binary | 11010101 | 10011000 | 10010000 | 0 | 11101 | 100000 | 10000 | 111 | 101101 | 1000110 |
Color Harmonies of #D59890
Complementary color
Monochromatic Colors of #D59890
Black with #D59890
Text Example
Text Example
White with #D59890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59890; }
p { color: rgb(213,152,144); }
H1.HeaderClassName
{
color: #D59890;
}
.AnyTagClassName
{
color: #D59890;
}
</style>
background-color css
<style>
a { background-color: #D59890; }
a { background-color: rgb(213,152,144); }
div.DivClassName
{
background-color: #D59890;
}
.BgClassName
{
background-color: #D59890;
}
</style>
border-color css
<style>
span { border-color: #D59890; }
span { border-color: rgb(213,152,144); }
td.TdClassName
{
border-color: #D59890;
}
.TagClassName
{
border-color: #D59890;
}
</style>