Shades of Petite Orchid #D49D9B
Tints of Petite Orchid #D49D9B
RGB
CMYK
RGB Variations
Color information
#D49D9B (or 0xD49D9B) is known color: Petite Orchid. HEX triplet: D4, 9D and 9B. RGB value is (212,157,155). Sum of RGB (Red+Green+Blue) = 212+157+155=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D9B is #2B6264. Grayscale: #ADADAD. Windows color (decimal): -2843237 or 10198484. OLE color: 10198484.
HSL color Cylindrical-coordinate representation of color #D49D9B: hue angle of 2.11º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49D9B is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 155 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.17 |
| HSL | 2.11º | 0.4% | 0.72% | - |
| HSV(B) | 2.11º | 0.27% | 0.83% | - |
| XYZ | 45.12 | 40.48 | 36.44 | - |
| YUV | 173.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 155 | 0 | 0.26 | 0.27 | 0.17 | 2.11 | 0.4 | 0.72 |
| Hex | D4 | 9D | 9B | 0 | 1A | 1B | 11 | 2 | 28 | 48 |
| Octal | 324 | 235 | 233 | 0 | 32 | 33 | 21 | 2 | 50 | 110 |
| Binary | 11010100 | 10011101 | 10011011 | 0 | 11010 | 11011 | 10001 | 10 | 101000 | 1001000 |
Color Harmonies of #D49D9B
Complementary color
Monochromatic Colors of #D49D9B
Black with #D49D9B
Text Example
Text Example
White with #D49D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D9B; }
p { color: rgb(212,157,155); }
H1.HeaderClassName
{
color: #D49D9B;
}
.AnyTagClassName
{
color: #D49D9B;
}
</style>
background-color css
<style>
a { background-color: #D49D9B; }
a { background-color: rgb(212,157,155); }
div.DivClassName
{
background-color: #D49D9B;
}
.BgClassName
{
background-color: #D49D9B;
}
</style>
border-color css
<style>
span { border-color: #D49D9B; }
span { border-color: rgb(212,157,155); }
td.TdClassName
{
border-color: #D49D9B;
}
.TagClassName
{
border-color: #D49D9B;
}
</style>