Shades of Petite Orchid #D59592
Tints of Petite Orchid #D59592
RGB
CMYK
RGB Variations
Color information
#D59592 (or 0xD59592) is known color: Petite Orchid. HEX triplet: D5, 95 and 92. RGB value is (213,149,146). Sum of RGB (Red+Green+Blue) = 213+149+146=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59592 is #2A6A6D. Grayscale: #A7A7A7. Windows color (decimal): -2779758 or 9606613. OLE color: 9606613.
HSL color Cylindrical-coordinate representation of color #D59592: hue angle of 2.69º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59592 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 146 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.16 |
| HSL | 2.69º | 0.44% | 0.7% | - |
| HSV(B) | 2.69º | 0.31% | 0.84% | - |
| XYZ | 43.38 | 37.72 | 32.19 | - |
| YUV | 167.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 146 | 0 | 0.30 | 0.31 | 0.16 | 2.69 | 0.44 | 0.7 |
| Hex | D5 | 95 | 92 | 0 | 1E | 1F | 10 | 3 | 2C | 46 |
| Octal | 325 | 225 | 222 | 0 | 36 | 37 | 20 | 3 | 54 | 106 |
| Binary | 11010101 | 10010101 | 10010010 | 0 | 11110 | 11111 | 10000 | 11 | 101100 | 1000110 |
Color Harmonies of #D59592
Complementary color
Monochromatic Colors of #D59592
Black with #D59592
Text Example
Text Example
White with #D59592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59592; }
p { color: rgb(213,149,146); }
H1.HeaderClassName
{
color: #D59592;
}
.AnyTagClassName
{
color: #D59592;
}
</style>
background-color css
<style>
a { background-color: #D59592; }
a { background-color: rgb(213,149,146); }
div.DivClassName
{
background-color: #D59592;
}
.BgClassName
{
background-color: #D59592;
}
</style>
border-color css
<style>
span { border-color: #D59592; }
span { border-color: rgb(213,149,146); }
td.TdClassName
{
border-color: #D59592;
}
.TagClassName
{
border-color: #D59592;
}
</style>