Shades of Petite Orchid #D59491
Tints of Petite Orchid #D59491
RGB
CMYK
RGB Variations
Color information
#D59491 (or 0xD59491) is known color: Petite Orchid. HEX triplet: D5, 94 and 91. RGB value is (213,148,145). Sum of RGB (Red+Green+Blue) = 213+148+145=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59491 is #2A6B6E. Grayscale: #A7A7A7. Windows color (decimal): -2780015 or 9540821. OLE color: 9540821.
HSL color Cylindrical-coordinate representation of color #D59491: hue angle of 2.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D59491 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 145 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.16 |
| HSL | 2.65º | 0.45% | 0.7% | - |
| HSV(B) | 2.65º | 0.32% | 0.84% | - |
| XYZ | 43.14 | 37.37 | 31.73 | - |
| YUV | 167.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 145 | 0 | 0.31 | 0.32 | 0.16 | 2.65 | 0.45 | 0.7 |
| Hex | D5 | 94 | 91 | 0 | 1F | 20 | 10 | 3 | 2D | 46 |
| Octal | 325 | 224 | 221 | 0 | 37 | 40 | 20 | 3 | 55 | 106 |
| Binary | 11010101 | 10010100 | 10010001 | 0 | 11111 | 100000 | 10000 | 11 | 101101 | 1000110 |
Color Harmonies of #D59491
Complementary color
Monochromatic Colors of #D59491
Black with #D59491
Text Example
Text Example
White with #D59491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59491; }
p { color: rgb(213,148,145); }
H1.HeaderClassName
{
color: #D59491;
}
.AnyTagClassName
{
color: #D59491;
}
</style>
background-color css
<style>
a { background-color: #D59491; }
a { background-color: rgb(213,148,145); }
div.DivClassName
{
background-color: #D59491;
}
.BgClassName
{
background-color: #D59491;
}
</style>
border-color css
<style>
span { border-color: #D59491; }
span { border-color: rgb(213,148,145); }
td.TdClassName
{
border-color: #D59491;
}
.TagClassName
{
border-color: #D59491;
}
</style>