Shades of Petite Orchid #D59589
Tints of Petite Orchid #D59589
RGB
CMYK
RGB Variations
Color information
#D59589 (or 0xD59589) is known color: Petite Orchid. HEX triplet: D5, 95 and 89. RGB value is (213,149,137). Sum of RGB (Red+Green+Blue) = 213+149+137=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59589 is #2A6A76. Grayscale: #A6A6A6. Windows color (decimal): -2779767 or 9016789. OLE color: 9016789.
HSL color Cylindrical-coordinate representation of color #D59589: hue angle of 9.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59589 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 137 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.16 |
| HSL | 9.47º | 0.48% | 0.69% | - |
| HSV(B) | 9.47º | 0.36% | 0.84% | - |
| XYZ | 42.7 | 37.45 | 28.64 | - |
| YUV | 166.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 137 | 0 | 0.30 | 0.36 | 0.16 | 9.47 | 0.48 | 0.69 |
| Hex | D5 | 95 | 89 | 0 | 1E | 24 | 10 | 9 | 30 | 45 |
| Octal | 325 | 225 | 211 | 0 | 36 | 44 | 20 | 11 | 60 | 105 |
| Binary | 11010101 | 10010101 | 10001001 | 0 | 11110 | 100100 | 10000 | 1001 | 110000 | 1000101 |
Color Harmonies of #D59589
Complementary color
Monochromatic Colors of #D59589
Black with #D59589
Text Example
Text Example
White with #D59589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59589; }
p { color: rgb(213,149,137); }
H1.HeaderClassName
{
color: #D59589;
}
.AnyTagClassName
{
color: #D59589;
}
</style>
background-color css
<style>
a { background-color: #D59589; }
a { background-color: rgb(213,149,137); }
div.DivClassName
{
background-color: #D59589;
}
.BgClassName
{
background-color: #D59589;
}
</style>
border-color css
<style>
span { border-color: #D59589; }
span { border-color: rgb(213,149,137); }
td.TdClassName
{
border-color: #D59589;
}
.TagClassName
{
border-color: #D59589;
}
</style>