Shades of Petite Orchid #D59587
Tints of Petite Orchid #D59587
RGB
CMYK
RGB Variations
Color information
#D59587 (or 0xD59587) is known color: Petite Orchid. HEX triplet: D5, 95 and 87. RGB value is (213,149,135). Sum of RGB (Red+Green+Blue) = 213+149+135=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D59587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59587 is #2A6A78. Grayscale: #A6A6A6. Windows color (decimal): -2779769 or 8885717. OLE color: 8885717.
HSL color Cylindrical-coordinate representation of color #D59587: hue angle of 10.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59587 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 135 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.16 |
| HSL | 10.77º | 0.48% | 0.68% | - |
| HSV(B) | 10.77º | 0.37% | 0.84% | - |
| XYZ | 42.56 | 37.39 | 27.9 | - |
| YUV | 166.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 135 | 0 | 0.30 | 0.37 | 0.16 | 10.77 | 0.48 | 0.68 |
| Hex | D5 | 95 | 87 | 0 | 1E | 25 | 10 | B | 30 | 44 |
| Octal | 325 | 225 | 207 | 0 | 36 | 45 | 20 | 13 | 60 | 104 |
| Binary | 11010101 | 10010101 | 10000111 | 0 | 11110 | 100101 | 10000 | 1011 | 110000 | 1000100 |
Color Harmonies of #D59587
Complementary color
Monochromatic Colors of #D59587
Black with #D59587
Text Example
Text Example
White with #D59587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59587; }
p { color: rgb(213,149,135); }
H1.HeaderClassName
{
color: #D59587;
}
.AnyTagClassName
{
color: #D59587;
}
</style>
background-color css
<style>
a { background-color: #D59587; }
a { background-color: rgb(213,149,135); }
div.DivClassName
{
background-color: #D59587;
}
.BgClassName
{
background-color: #D59587;
}
</style>
border-color css
<style>
span { border-color: #D59587; }
span { border-color: rgb(213,149,135); }
td.TdClassName
{
border-color: #D59587;
}
.TagClassName
{
border-color: #D59587;
}
</style>