Shades of Petite Orchid #D49292
Tints of Petite Orchid #D49292
RGB
CMYK
RGB Variations
Color information
#D49292 (or 0xD49292) is known color: Petite Orchid. HEX triplet: D4, 92 and 92. RGB value is (212,146,146). Sum of RGB (Red+Green+Blue) = 212+146+146=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D49292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49292 is #2B6D6D. Grayscale: #A5A5A5. Windows color (decimal): -2846062 or 9605844. OLE color: 9605844.
HSL color Cylindrical-coordinate representation of color #D49292: hue angle of 0º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49292 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 146 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.17 |
| HSL | 0º | 0.43% | 0.7% | - |
| HSV(B) | 0º | 0.31% | 0.83% | - |
| XYZ | 42.62 | 36.63 | 32.02 | - |
| YUV | 165.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 146 | 0 | 0.31 | 0.31 | 0.17 | 0 | 0.43 | 0.7 |
| Hex | D4 | 92 | 92 | 0 | 1F | 1F | 11 | 0 | 2B | 46 |
| Octal | 324 | 222 | 222 | 0 | 37 | 37 | 21 | 0 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10010010 | 0 | 11111 | 11111 | 10001 | 0 | 101011 | 1000110 |
Color Harmonies of #D49292
Complementary color
Monochromatic Colors of #D49292
Black with #D49292
Text Example
Text Example
White with #D49292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49292; }
p { color: rgb(212,146,146); }
H1.HeaderClassName
{
color: #D49292;
}
.AnyTagClassName
{
color: #D49292;
}
</style>
background-color css
<style>
a { background-color: #D49292; }
a { background-color: rgb(212,146,146); }
div.DivClassName
{
background-color: #D49292;
}
.BgClassName
{
background-color: #D49292;
}
</style>
border-color css
<style>
span { border-color: #D49292; }
span { border-color: rgb(212,146,146); }
td.TdClassName
{
border-color: #D49292;
}
.TagClassName
{
border-color: #D49292;
}
</style>