Shades of Petite Orchid #D89490
Tints of Petite Orchid #D89490
RGB
CMYK
RGB Variations
Color information
#D89490 (or 0xD89490) is known color: Petite Orchid. HEX triplet: D8, 94 and 90. RGB value is (216,148,144). Sum of RGB (Red+Green+Blue) = 216+148+144=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D89490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89490 is #276B6F. Grayscale: #A7A7A7. Windows color (decimal): -2583408 or 9475288. OLE color: 9475288.
HSL color Cylindrical-coordinate representation of color #D89490: hue angle of 3.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D89490 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 144 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.15 |
| HSL | 3.33º | 0.48% | 0.71% | - |
| HSV(B) | 3.33º | 0.33% | 0.85% | - |
| XYZ | 43.94 | 37.79 | 31.36 | - |
| YUV | 167.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 144 | 0 | 0.31 | 0.33 | 0.15 | 3.33 | 0.48 | 0.71 |
| Hex | D8 | 94 | 90 | 0 | 1F | 21 | F | 3 | 30 | 47 |
| Octal | 330 | 224 | 220 | 0 | 37 | 41 | 17 | 3 | 60 | 107 |
| Binary | 11011000 | 10010100 | 10010000 | 0 | 11111 | 100001 | 1111 | 11 | 110000 | 1000111 |
Color Harmonies of #D89490
Complementary color
Monochromatic Colors of #D89490
Black with #D89490
Text Example
Text Example
White with #D89490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89490; }
p { color: rgb(216,148,144); }
H1.HeaderClassName
{
color: #D89490;
}
.AnyTagClassName
{
color: #D89490;
}
</style>
background-color css
<style>
a { background-color: #D89490; }
a { background-color: rgb(216,148,144); }
div.DivClassName
{
background-color: #D89490;
}
.BgClassName
{
background-color: #D89490;
}
</style>
border-color css
<style>
span { border-color: #D89490; }
span { border-color: rgb(216,148,144); }
td.TdClassName
{
border-color: #D89490;
}
.TagClassName
{
border-color: #D89490;
}
</style>