Shades of Petite Orchid #D89690
Tints of Petite Orchid #D89690
RGB
CMYK
RGB Variations
Color information
#D89690 (or 0xD89690) is known color: Petite Orchid. HEX triplet: D8, 96 and 90. RGB value is (216,150,144). Sum of RGB (Red+Green+Blue) = 216+150+144=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D89690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89690 is #27696F. Grayscale: #A9A9A9. Windows color (decimal): -2582896 or 9475800. OLE color: 9475800.
HSL color Cylindrical-coordinate representation of color #D89690: hue angle of 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 #D89690 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 144 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.15 |
| HSL | 5º | 0.48% | 0.71% | - |
| HSV(B) | 5º | 0.33% | 0.85% | - |
| XYZ | 44.26 | 38.43 | 31.47 | - |
| YUV | 169.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 144 | 0 | 0.31 | 0.33 | 0.15 | 5 | 0.48 | 0.71 |
| Hex | D8 | 96 | 90 | 0 | 1F | 21 | F | 5 | 30 | 47 |
| Octal | 330 | 226 | 220 | 0 | 37 | 41 | 17 | 5 | 60 | 107 |
| Binary | 11011000 | 10010110 | 10010000 | 0 | 11111 | 100001 | 1111 | 101 | 110000 | 1000111 |
Color Harmonies of #D89690
Complementary color
Monochromatic Colors of #D89690
Black with #D89690
Text Example
Text Example
White with #D89690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89690; }
p { color: rgb(216,150,144); }
H1.HeaderClassName
{
color: #D89690;
}
.AnyTagClassName
{
color: #D89690;
}
</style>
background-color css
<style>
a { background-color: #D89690; }
a { background-color: rgb(216,150,144); }
div.DivClassName
{
background-color: #D89690;
}
.BgClassName
{
background-color: #D89690;
}
</style>
border-color css
<style>
span { border-color: #D89690; }
span { border-color: rgb(216,150,144); }
td.TdClassName
{
border-color: #D89690;
}
.TagClassName
{
border-color: #D89690;
}
</style>