Shades of Petite Orchid #D59189
Tints of Petite Orchid #D59189
RGB
CMYK
RGB Variations
Color information
#D59189 (or 0xD59189) is known color: Petite Orchid. HEX triplet: D5, 91 and 89. RGB value is (213,145,137). Sum of RGB (Red+Green+Blue) = 213+145+137=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59189 is #2A6E76. Grayscale: #A4A4A4. Windows color (decimal): -2780791 or 9015765. OLE color: 9015765.
HSL color Cylindrical-coordinate representation of color #D59189: hue angle of 6.32º 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 #D59189 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 137 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 6.32º | 0.48% | 0.69% | - |
| HSV(B) | 6.32º | 0.36% | 0.84% | - |
| XYZ | 42.08 | 36.2 | 28.44 | - |
| YUV | 164.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 137 | 0 | 0.32 | 0.36 | 0.16 | 6.32 | 0.48 | 0.69 |
| Hex | D5 | 91 | 89 | 0 | 20 | 24 | 10 | 6 | 30 | 45 |
| Octal | 325 | 221 | 211 | 0 | 40 | 44 | 20 | 6 | 60 | 105 |
| Binary | 11010101 | 10010001 | 10001001 | 0 | 100000 | 100100 | 10000 | 110 | 110000 | 1000101 |
Color Harmonies of #D59189
Complementary color
Monochromatic Colors of #D59189
Black with #D59189
Text Example
Text Example
White with #D59189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59189; }
p { color: rgb(213,145,137); }
H1.HeaderClassName
{
color: #D59189;
}
.AnyTagClassName
{
color: #D59189;
}
</style>
background-color css
<style>
a { background-color: #D59189; }
a { background-color: rgb(213,145,137); }
div.DivClassName
{
background-color: #D59189;
}
.BgClassName
{
background-color: #D59189;
}
</style>
border-color css
<style>
span { border-color: #D59189; }
span { border-color: rgb(213,145,137); }
td.TdClassName
{
border-color: #D59189;
}
.TagClassName
{
border-color: #D59189;
}
</style>