Shades of Petite Orchid #D49A98
Tints of Petite Orchid #D49A98
RGB
CMYK
RGB Variations
Color information
#D49A98 (or 0xD49A98) is known color: Petite Orchid. HEX triplet: D4, 9A and 98. RGB value is (212,154,152). Sum of RGB (Red+Green+Blue) = 212+154+152=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A98 is #2B6567. Grayscale: #ABABAB. Windows color (decimal): -2844008 or 10001108. OLE color: 10001108.
HSL color Cylindrical-coordinate representation of color #D49A98: hue angle of 2º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49A98 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 152 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.17 |
| HSL | 2º | 0.41% | 0.71% | - |
| HSV(B) | 2º | 0.28% | 0.83% | - |
| XYZ | 44.37 | 39.38 | 34.97 | - |
| YUV | 171.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 152 | 0 | 0.27 | 0.28 | 0.17 | 2 | 0.41 | 0.71 |
| Hex | D4 | 9A | 98 | 0 | 1B | 1C | 11 | 2 | 29 | 47 |
| Octal | 324 | 232 | 230 | 0 | 33 | 34 | 21 | 2 | 51 | 107 |
| Binary | 11010100 | 10011010 | 10011000 | 0 | 11011 | 11100 | 10001 | 10 | 101001 | 1000111 |
Color Harmonies of #D49A98
Complementary color
Monochromatic Colors of #D49A98
Black with #D49A98
Text Example
Text Example
White with #D49A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A98; }
p { color: rgb(212,154,152); }
H1.HeaderClassName
{
color: #D49A98;
}
.AnyTagClassName
{
color: #D49A98;
}
</style>
background-color css
<style>
a { background-color: #D49A98; }
a { background-color: rgb(212,154,152); }
div.DivClassName
{
background-color: #D49A98;
}
.BgClassName
{
background-color: #D49A98;
}
</style>
border-color css
<style>
span { border-color: #D49A98; }
span { border-color: rgb(212,154,152); }
td.TdClassName
{
border-color: #D49A98;
}
.TagClassName
{
border-color: #D49A98;
}
</style>