Shades of Petite Orchid #D59292
Tints of Petite Orchid #D59292
RGB
CMYK
RGB Variations
Color information
#D59292 (or 0xD59292) is known color: Petite Orchid. HEX triplet: D5, 92 and 92. RGB value is (213,146,146). Sum of RGB (Red+Green+Blue) = 213+146+146=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59292 is #2A6D6D. Grayscale: #A6A6A6. Windows color (decimal): -2780526 or 9605845. OLE color: 9605845.
HSL color Cylindrical-coordinate representation of color #D59292: hue angle of 0º 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 #D59292 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 146 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.16 |
| HSL | 0º | 0.44% | 0.7% | - |
| HSV(B) | 0º | 0.31% | 0.84% | - |
| XYZ | 42.91 | 36.78 | 32.03 | - |
| YUV | 166.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 146 | 0 | 0.31 | 0.31 | 0.16 | 0 | 0.44 | 0.7 |
| Hex | D5 | 92 | 92 | 0 | 1F | 1F | 10 | 0 | 2C | 46 |
| Octal | 325 | 222 | 222 | 0 | 37 | 37 | 20 | 0 | 54 | 106 |
| Binary | 11010101 | 10010010 | 10010010 | 0 | 11111 | 11111 | 10000 | 0 | 101100 | 1000110 |
Color Harmonies of #D59292
Complementary color
Monochromatic Colors of #D59292
Black with #D59292
Text Example
Text Example
White with #D59292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59292; }
p { color: rgb(213,146,146); }
H1.HeaderClassName
{
color: #D59292;
}
.AnyTagClassName
{
color: #D59292;
}
</style>
background-color css
<style>
a { background-color: #D59292; }
a { background-color: rgb(213,146,146); }
div.DivClassName
{
background-color: #D59292;
}
.BgClassName
{
background-color: #D59292;
}
</style>
border-color css
<style>
span { border-color: #D59292; }
span { border-color: rgb(213,146,146); }
td.TdClassName
{
border-color: #D59292;
}
.TagClassName
{
border-color: #D59292;
}
</style>