Shades of Petite Orchid #D59892
Tints of Petite Orchid #D59892
RGB
CMYK
RGB Variations
Color information
#D59892 (or 0xD59892) is known color: Petite Orchid. HEX triplet: D5, 98 and 92. RGB value is (213,152,146). Sum of RGB (Red+Green+Blue) = 213+152+146=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59892 is #2A676D. Grayscale: #A9A9A9. Windows color (decimal): -2778990 or 9607381. OLE color: 9607381.
HSL color Cylindrical-coordinate representation of color #D59892: hue angle of 5.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59892 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 146 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.16 |
| HSL | 5.37º | 0.44% | 0.7% | - |
| HSV(B) | 5.37º | 0.31% | 0.84% | - |
| XYZ | 43.86 | 38.68 | 32.35 | - |
| YUV | 169.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 146 | 0 | 0.29 | 0.31 | 0.16 | 5.37 | 0.44 | 0.7 |
| Hex | D5 | 98 | 92 | 0 | 1D | 1F | 10 | 5 | 2C | 46 |
| Octal | 325 | 230 | 222 | 0 | 35 | 37 | 20 | 5 | 54 | 106 |
| Binary | 11010101 | 10011000 | 10010010 | 0 | 11101 | 11111 | 10000 | 101 | 101100 | 1000110 |
Color Harmonies of #D59892
Complementary color
Monochromatic Colors of #D59892
Black with #D59892
Text Example
Text Example
White with #D59892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59892; }
p { color: rgb(213,152,146); }
H1.HeaderClassName
{
color: #D59892;
}
.AnyTagClassName
{
color: #D59892;
}
</style>
background-color css
<style>
a { background-color: #D59892; }
a { background-color: rgb(213,152,146); }
div.DivClassName
{
background-color: #D59892;
}
.BgClassName
{
background-color: #D59892;
}
</style>
border-color css
<style>
span { border-color: #D59892; }
span { border-color: rgb(213,152,146); }
td.TdClassName
{
border-color: #D59892;
}
.TagClassName
{
border-color: #D59892;
}
</style>