Shades of Petite Orchid #D59894
Tints of Petite Orchid #D59894
RGB
CMYK
RGB Variations
Color information
#D59894 (or 0xD59894) is known color: Petite Orchid. HEX triplet: D5, 98 and 94. RGB value is (213,152,148). Sum of RGB (Red+Green+Blue) = 213+152+148=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59894 is #2A676B. Grayscale: #A9A9A9. Windows color (decimal): -2778988 or 9738453. OLE color: 9738453.
HSL color Cylindrical-coordinate representation of color #D59894: hue angle of 3.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59894 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 148 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.16 |
| HSL | 3.69º | 0.44% | 0.71% | - |
| HSV(B) | 3.69º | 0.31% | 0.84% | - |
| XYZ | 44.01 | 38.74 | 33.17 | - |
| YUV | 169.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 148 | 0 | 0.29 | 0.31 | 0.16 | 3.69 | 0.44 | 0.71 |
| Hex | D5 | 98 | 94 | 0 | 1D | 1F | 10 | 4 | 2C | 47 |
| Octal | 325 | 230 | 224 | 0 | 35 | 37 | 20 | 4 | 54 | 107 |
| Binary | 11010101 | 10011000 | 10010100 | 0 | 11101 | 11111 | 10000 | 100 | 101100 | 1000111 |
Color Harmonies of #D59894
Complementary color
Monochromatic Colors of #D59894
Black with #D59894
Text Example
Text Example
White with #D59894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59894; }
p { color: rgb(213,152,148); }
H1.HeaderClassName
{
color: #D59894;
}
.AnyTagClassName
{
color: #D59894;
}
</style>
background-color css
<style>
a { background-color: #D59894; }
a { background-color: rgb(213,152,148); }
div.DivClassName
{
background-color: #D59894;
}
.BgClassName
{
background-color: #D59894;
}
</style>
border-color css
<style>
span { border-color: #D59894; }
span { border-color: rgb(213,152,148); }
td.TdClassName
{
border-color: #D59894;
}
.TagClassName
{
border-color: #D59894;
}
</style>