Shades of Petite Orchid #D89990
Tints of Petite Orchid #D89990
RGB
CMYK
RGB Variations
Color information
#D89990 (or 0xD89990) is known color: Petite Orchid. HEX triplet: D8, 99 and 90. RGB value is (216,153,144). Sum of RGB (Red+Green+Blue) = 216+153+144=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89990 is #27666F. Grayscale: #AAAAAA. Windows color (decimal): -2582128 or 9476568. OLE color: 9476568.
HSL color Cylindrical-coordinate representation of color #D89990: hue angle of 7.5º 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 #D89990 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 144 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.15 |
| HSL | 7.5º | 0.48% | 0.71% | - |
| HSV(B) | 7.5º | 0.33% | 0.85% | - |
| XYZ | 44.74 | 39.4 | 31.63 | - |
| YUV | 170.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 144 | 0 | 0.29 | 0.33 | 0.15 | 7.5 | 0.48 | 0.71 |
| Hex | D8 | 99 | 90 | 0 | 1D | 21 | F | 8 | 30 | 47 |
| Octal | 330 | 231 | 220 | 0 | 35 | 41 | 17 | 10 | 60 | 107 |
| Binary | 11011000 | 10011001 | 10010000 | 0 | 11101 | 100001 | 1111 | 1000 | 110000 | 1000111 |
Color Harmonies of #D89990
Complementary color
Monochromatic Colors of #D89990
Black with #D89990
Text Example
Text Example
White with #D89990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89990; }
p { color: rgb(216,153,144); }
H1.HeaderClassName
{
color: #D89990;
}
.AnyTagClassName
{
color: #D89990;
}
</style>
background-color css
<style>
a { background-color: #D89990; }
a { background-color: rgb(216,153,144); }
div.DivClassName
{
background-color: #D89990;
}
.BgClassName
{
background-color: #D89990;
}
</style>
border-color css
<style>
span { border-color: #D89990; }
span { border-color: rgb(216,153,144); }
td.TdClassName
{
border-color: #D89990;
}
.TagClassName
{
border-color: #D89990;
}
</style>